GIT 0.99.9m aka 1.0rc5
[gitweb.git] / git-lost-found.sh
index 3892f52005d1e36676681806a87ef35dc0689f22..2beec2aa635d2876482294a162923a1dfd1572f6 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 
-. git-sh-setup || die "Not a git archive."
-
+GIT_DIR=`git-rev-parse --git-dir` || exit $?
 laf="$GIT_DIR/lost-found"
 rm -fr "$laf" && mkdir -p "$laf/commit" "$laf/other" || exit