From f269537436ddfa397ced8c583cd68c6bf81c70ff Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Mon, 3 Sep 2018 15:54:27 +0900 Subject: [PATCH] Update prepare script --- scripts/prepare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/prepare b/scripts/prepare index 0186aff..7615c98 100755 --- a/scripts/prepare +++ b/scripts/prepare @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)" -if [[ ! -d "${PROJDIR}/lib/qtil" ]]; then +if [ ! -d "${PROJDIR}/lib/qtil" ]; then git clone https://github.com/akiraohgaki/qtil.git -b release-0.4.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil" fi -- GitLab