IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11098


Ignore:
Timestamp:
Jan 15, 2007, 11:56:39 AM (19 years ago)
Author:
eugene
Message:

added -stop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psbuild

    r11058 r11098  
    88set version=""
    99set start=""
     10set stop=""
    1011while ($#argv)
    1112 switch ($1)
     
    3031   shift
    3132   set start=$1;
     33   breaksw;
     34  case -stop:
     35   shift
     36   set stop=$1;
    3237   breaksw;
    3338  default:
     
    156161 success:
    157162 cd $current
     163
     164 if ("$stop" != "") then
     165   if ("$stop" == "$dir") then
     166     echo "stopping at $dir"
     167     exit 0
     168   endif
     169 endif
     170
    158171end
    159172
Note: See TracChangeset for help on using the changeset viewer.