X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;h=0703ced1ef9111ef4c08d055db471fb43f50fad3;hb=0452e869ec0e3d336337f815da346346c860d914;hp=233830e7c5d79ba4f19abe71e151fb4f31cc3d1b;hpb=038469e73f651621e8a5c12cf089d0c239031b57;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/dev.sh b/scripts/dev.sh index 233830e7..0703ced1 100644 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -5,7 +5,7 @@ COMPOSER_COMMAND='composer' DIR="${BASH_SOURCE}" -if [[ ! -d "$DIR" ]]; then DIR="$PWD/scripts"; fi +if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi . "$DIR/require.sh" $COMPOSER_COMMAND install