Changeset 14264
- Timestamp:
- Jul 17, 2007, 8:39:58 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/configure.tcsh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/configure.tcsh
r13615 r14264 38 38 # we need to strip the --opt word and --opt=word versions 39 39 set word = `echo $1 | tr = ' '` 40 if ($#word == 1) shift 40 if ($#word == 1) then 41 if ($#argv > 1) then 42 shift 43 endif 44 endif 41 45 breaksw; 42 46 case --vararch
Note:
See TracChangeset
for help on using the changeset viewer.
