]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - scripts/dev.sh
fix path for in install scripts
[github/wallabag/wallabag.git] / scripts / dev.sh
index 233830e7c5d79ba4f19abe71e151fb4f31cc3d1b..0703ced1ef9111ef4c08d055db471fb43f50fad3 100644 (file)
@@ -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