Fix compile with expat, but an old curl version
[git.git] / git-fetch.sh
index c0eb967..954901d 100755 (executable)
@@ -185,6 +185,7 @@ fast_forward_local () {
                        ;;
                *)
                        echo >&2 "  not updating."
+                       exit 1
                        ;;
                esac
            }