Skip to content

Commit 83cb7ae

Browse files
committed
Merge branch 'master' of https://github.com/j6t/git-gui
* 'master' of https://github.com/j6t/git-gui: git-gui: don't delete source files when auto_mkindex fails
2 parents 14de3eb + 765f1db commit 83cb7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui/generate-tclindex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ then
2323
: ok
2424
else
2525
echo >&2 " * $TCL_PATH failed; using unoptimized loading"
26-
rm -f $@
26+
rm -f lib/tclIndex
2727
echo '# Autogenerated by git-gui Makefile' >lib/tclIndex
2828
echo >>lib/tclIndex
2929
echo "class.tcl" >>lib/tclIndex

0 commit comments

Comments
 (0)