We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fbc9f commit 7fae08fCopy full SHA for 7fae08f
lib/exectool.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
# This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0
3
-exec $EXECTOOL_CMD "$@"
+$EXECTOOL_CMD "$@" || : # avoid 'Warning: Tool exited with exit status: 1'
4
# Hook to serve as a single-executable trampoline for e.g. `EXECTOOL_CMD="git diff" jj show --tool exectool.sh`
0 commit comments