]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix path for in install scripts 2521/head
authorFoxMaSk <foxmaskhome@gmail.com>
Sun, 30 Oct 2016 21:46:09 +0000 (22:46 +0100)
committerFoxMaSk <foxmaskhome@gmail.com>
Sun, 30 Oct 2016 21:46:09 +0000 (22:46 +0100)
scripts/dev.sh
scripts/install.sh
scripts/update.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
index e131929ce74dee0523564365508dbf93caec2c58..62a46f4fb60f8100b6228cfcc0a28d6f0ff3ec23 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"
 
 ENV=$1
index 6fff8a723624b6cf87bc0b6ce273f6ed256e81f2..f43c4f24c999ca0c6a72ca430a62ed66c2194466 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"
 
 ENV=$1