We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1487e41 + cdd395e commit 773aa4aCopy full SHA for 773aa4a
wrap-for-bin.sh
@@ -19,4 +19,11 @@ GIT_TEXTDOMAINDIR='@@BUILD_DIR@@/po/build/locale'
19
PATH='@@BUILD_DIR@@/bin-wrappers:'"$PATH"
20
export GIT_EXEC_PATH GITPERLLIB PATH GIT_TEXTDOMAINDIR
21
22
+if test -n "$TEST_GDB_GIT"
23
+then
24
+ exec gdb -args "${GIT_EXEC_PATH}/@@PROG@@" "$@"
25
+ echo "Could not run gdb -args ${GIT_EXEC_PATH}/@@PROG@@ $*" >&2
26
+ exit 1
27
+fi
28
+
29
exec "${GIT_EXEC_PATH}/@@PROG@@" "$@"
0 commit comments