IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14264


Ignore:
Timestamp:
Jul 17, 2007, 8:39:58 AM (19 years ago)
Author:
eugene
Message:

allow last argument to be skipped boolean flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r13615 r14264  
    3838   # we need to strip the --opt word and --opt=word versions
    3939   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
    4145   breaksw;
    4246  case --vararch
Note: See TracChangeset for help on using the changeset viewer.