Changes between Initial Version and Version 2 of Ticket #928
- Timestamp:
- Oct 31, 2006, 3:56:28 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #928
- Property Owner changed from to
-
Ticket #928 – Description
initial v2 1 1 When running the shell command 'which' it will always result in either: 2 2 If the command we're trying to find doesn't exit, an error message that some gibberish has been terminated, and also kills the terminal (Attaching screenshot) 3 If the command exists, we just get the terminal closed immediately 3 If the command exists, we just get the terminal closed immediately. 4 4 5 5 The command 'which' uses, causing the fault is 'echo $(builtin type $cmd | sed lq)'. Typing this out on the command line results in the same problem.