Tianon Gravi пре 6 година
родитељ
комит
248e071388
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      bashbrew/bashbrew-entrypoint.sh

+ 1 - 1
bashbrew/bashbrew-entrypoint.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-if [ "${1:0:1}" = '-' ]; then
+if [ "${1#-}" != "$1" ]; then
 	set -- bashbrew "$@"
 fi