Explorar el Código

update cowpatch from upstream to fix regression on bash

upstream commit 1db812b0ca94d07ede9891883484f2a76dae8e23
Rich Felker hace 5 años
padre
commit
aacd84ed2c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cowpatch.sh

+ 1 - 0
cowpatch.sh

@@ -54,6 +54,7 @@ done
 cowpatch () {
 
 plev=0
+OPTIND=1
 while getopts ":p:i:RNE" opt ; do
 test "$opt" = p && plev="$OPTARG"
 done