Changeset 252

Show
Ignore:
Timestamp:
07/16/06 23:03:31 (2 years ago)
Author:
tg
Message:

include_next ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/which.mac

    r240 r252  
    3131# the possibility of such damage or existence of a nontrivial bug. 
    3232 
    33 X=$(which "$@") 
     33X=$(/usr/bin/which "$@") 
    3434 
    3535test -x "$X" || exit 1