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 failsmaint
commit
83cb7ae638
|
@ -23,7 +23,7 @@ then
|
|||
: ok
|
||||
else
|
||||
echo >&2 " * $TCL_PATH failed; using unoptimized loading"
|
||||
rm -f $@
|
||||
rm -f lib/tclIndex
|
||||
echo '# Autogenerated by git-gui Makefile' >lib/tclIndex
|
||||
echo >>lib/tclIndex
|
||||
echo "class.tcl" >>lib/tclIndex
|
||||
|
|
Loading…
Reference in New Issue