Browse Source

git-checkout-script: Remove unnecessary variable.

There was unused variable $i that counted the number of arguments
being processed.  Remove it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 20 years ago
parent
commit
79882c2883
  1. 1
      git-checkout-script

1
git-checkout-script

@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do @@ -37,7 +37,6 @@ while [ "$#" != "0" ]; do
fi
;;
esac
i=$(($i+1))
done
[ -z "$new" ] && new=$old


Loading…
Cancel
Save