Show
Ignore:
Timestamp:
07/07/08 20:23:21 (6 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/cherokee/cherokee-panic

    r1589 r1618  
    6969 
    7070        # Check the debugger 
    71         gdb=`type gdb 2>/dev/null | grep -v "not found" | cut -f3 -d " "
    72         dbx=`type dbx 2>/dev/null | grep -v "not found" | cut -f3 -d " "
     71        gdb=`which gdb
     72        dbx=`which dbx
    7373 
    7474        if [ x$gdb != x ]; then