Code

Trivial usage string clean-up
[git.git] / git-repack.sh
index c0f271d1015d4d6abfa332a3baa427f125be3581..430ddc5a706945035149464d0bea8f25acc21d3c 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright (c) 2005 Linus Torvalds
 #
 
-. git-sh-setup || die "Not a git archive"
+. git-sh-setup
        
 no_update_info= all_into_one= remove_redundant= local=
 while case "$#" in 0) break ;; esac