Changes between Initial Version and Version 1 of Ticket #1396


Ignore:
Timestamp:
Aug 13, 2007, 7:28:11 PM (17 years ago)
Author:
axeld
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1396 – Description

    initial v1  
    11When passing arguments to the Terminal, it parses them incorrectly before passing them over to the shell. For example, this is what prevents the debug_server from starting a gdb session when the debugged application has spaces in its path.
    22
    3 It should just copy the existing argument vector into the one it passes to the shell (minus its own arguments). For compatibility with BeOS, Haiku's libroot.so already memorizes the original arguments in __libc_argc and __libc_argv.
     3It should just copy the existing argument vector into the one it passes to the shell (minus its own arguments). For compatibility with BeOS, Haiku's libroot.so already memorizes the original arguments in {{{__libc_argc}}} and {{{__libc_argv}}}.
    44