Explorar o código

Trigger new build

Joachim M. Giæver %!s(int64=4) %!d(string=hai) anos
pai
achega
5cc2268e6a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/bin/env-wrapper

+ 0 - 1
src/bin/env-wrapper

@@ -52,7 +52,6 @@ OPT_HELP=false
 ARGV=( "$@" )
 for ((i = 0; i < $#; i++)); do
     OPT="${ARGV[$i]}"
-
     if [ "${OPT}" = "--help" ]; then
         OPT_HELP=true
     fi