Changes between Initial Version and Version 2 of Ticket #928


Ignore:
Timestamp:
Oct 31, 2006, 3:56:28 PM (17 years ago)
Author:
wkornewald
Comment:

Who is responsible for the Terminal? Currently, the component owner is "jackburton". That's why it got assigned to you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #928

    • Property Owner changed from jackburton to axeld
  • Ticket #928 – Description

    initial v2  
    11When running the shell command 'which' it will always result in either:
    22  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.
    44
    55The 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.