Blame aegisub-buildfix_autotools.patch

32179d
--- Aegisub-3.3.3/build/version.sh.orig	2022-08-21 04:36:22.130688059 +0100
32179d
+++ Aegisub-3.3.3/build/version.sh	2022-08-21 04:36:30.535680238 +0100
32179d
@@ -12,7 +12,7 @@ if ! test -d "${srcdir}/.git"; then
32179d
     done < "${version_h_path}"
32179d
     if test x$BUILD_GIT_VERSION_NUMBER != x -a x$BUILD_GIT_VERSION_STRING != x; then
32179d
       export VERSION_SOURCE="from cached git_version.h"
32179d
-      exit 0
32179d
+      return 0
32179d
     else
32179d
       echo "invalid git_version.h"
32179d
       exit 2