]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/build/index.sh
Remove oc locale support
[github/Chocobozzz/PeerTube.git] / scripts / build / index.sh
index 12359e68fb007e65ecf627f54a02d54667e349b2..bf6ad48ebe3fb753986ee436ef64c94d7a8a7ae2 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 set -eu
 
-if [[ -n ${1+x} ]]; then
+if [ ! -z ${1+x} ]; then
   clientCommand="npm run build:client -- $1"
 else
   clientCommand="npm run build:client"