Make git-export exit with correct exit code

This commit is contained in:
Abhishek Mukherjee
2009-09-01 17:03:45 -04:00
parent 388156bfee
commit 279e78ee1d
-2
View File
@@ -48,5 +48,3 @@ cd_to_toplevel
echo "Exporting git repository to ${destination}"
git-checkout-index -a --prefix=${destination}/
exit 0