X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-sh-setup.sh;h=025ef2d5f6b37d89dab1d602e1d8d1a80ab7f42e;hb=5f2f4240022418e9a75505f11298db54a5da12d2;hp=157c7e4d6ce470191ca4207aaf1ecbf5cd4c7d75;hpb=4890f62bc02929b174ff5fa0e3656ea3d40f0e57;p=git.git diff --git a/git-sh-setup.sh b/git-sh-setup.sh index 157c7e4d..025ef2d5 100755 --- a/git-sh-setup.sh +++ b/git-sh-setup.sh @@ -42,7 +42,7 @@ then # Make sure we are in a valid repository of a vintage we understand. GIT_DIR="$GIT_DIR" git repo-config --get core.nosuch >/dev/null - if test $? == 128 + if test $? = 128 then exit fi