Fix gfc command non-determinism by resetting variable
This commit is contained in:
parent
1ea3406583
commit
dd92e02eff
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ pp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gfc() {
|
gfc() {
|
||||||
|
unset patch
|
||||||
while test $# != 0
|
while test $# != 0
|
||||||
do
|
do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
Loading…
Reference in a new issue