]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/index.sh
Add checkbox focus shadows, and admin resolution descriptions
[github/Chocobozzz/PeerTube.git] / scripts / build / index.sh
index 12359e68fb007e65ecf627f54a02d54667e349b2..d7d04fd083ed83c083f33d0417115555a0d7440b 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eu
 
-if [[ -n ${1+x} ]]; then
+if [ ! -z ${1+x} ]; then
   clientCommand="npm run build:client -- $1"
 else
   clientCommand="npm run build:client"