From cd8d1d66d3f674098a58bd8828d80b0669e4f87f Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 23 Oct 2008 16:54:30 +0200 Subject: [PATCH] Remove useless shift --- zit | 1 - 1 file changed, 1 deletion(-) diff --git a/zit b/zit index 1410b19..e99e6d4 100755 --- a/zit +++ b/zit @@ -37,7 +37,6 @@ zit_help() { zit_setup() { ZIT_FILE="$1" test $ZIT_FILE || abort "Please specify a file" - shift test -f $ZIT_FILE || abort "No such file $ZIT_FILE" test $ZIT_FILE = "`basename $ZIT_FILE`" || abort "Sorry, Zit only works on files in the current directory" export GIT_DIR=".$ZIT_FILE.git" -- 2.32.0.93.g670b81a890