diff --git a/lib/git/status_shortcuts.sh b/lib/git/status_shortcuts.sh index 6a4d8d3..3d64eda 100644 --- a/lib/git/status_shortcuts.sh +++ b/lib/git/status_shortcuts.sh @@ -77,7 +77,6 @@ git_silent_add_shortcuts() { if [ -n "$1" ]; then # Expand args and process resulting set of files. for file in $(git_expand_args "$@"); do - file=$1 # Use 'git rm' if file doesn't exist and 'ga_auto_remove' is enabled. if [[ $ga_auto_remove == "yes" ]] && ! [ -e "$file" ]; then echo -n "# "