Changes between Initial Version and Version 1 of Ticket #64249, comment 6
- Timestamp:
- Jan 22, 2022, 12:36:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64249, comment 6
initial v1 1 1 Yes, I had tried that, to no avail. 2 2 3 It turns out that this git-gui.tcl script makes stupid and useless error messages. In most situations of errors it just dumps this stupid usage message instead of forging a genuine error message that tells what it's unhappy about. And once you hacked your way into the script and add details, you find out that this script looks at its name (argv [0]) to decide what to do. And it is taught to recognize `git-gui`, not `git-gui.tcl`...3 It turns out that this git-gui.tcl script makes stupid and useless error messages. In most situations of errors it just dumps this stupid usage message instead of forging a genuine error message that tells what it's unhappy about. And once you hacked your way into the script and add details, you find out that this script looks at its name (argv![0]) to decide what to do. And it is taught to recognize `git-gui`, not `git-gui.tcl`... 4 4 5 5 So I have `ln -s git-gui.tcl git-gui` and now `/opt/local/bin/wish /opt/local/share/git-gui/lib/git-gui` works properly (no argument such as browser is needed).