Changeset 1618 for cherokee/trunk/cherokee
- Timestamp:
- 07/07/08 20:23:21 (6 months ago)
- Files:
-
- cherokee/trunk/cherokee/cherokee-panic (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/cherokee-panic
r1589 r1618 69 69 70 70 # 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` 73 73 74 74 if [ x$gdb != x ]; then