Changeset 1226 for branches/fc11-dev/server/common/oursrc/athrun
- Timestamp:
 - Jul 1, 2009, 12:37:43 PM (16 years ago)
 - Location:
 - branches/fc11-dev
 - Files:
 - 
          
- 2 edited
 
- 
          . (modified) (1 prop)
 - 
          server/common/oursrc/athrun/athrun.sh (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/fc11-dev
 - 
        
branches/fc11-dev/server/common/oursrc/athrun/athrun.sh
r1219 r1226 13 13 ;; 14 14 1) 15 exec "/mit/$1/ bin/$1"15 exec "/mit/$1/arch/@sys/bin/$1" 16 16 ;; 17 17 *) … … 19 19 program=$2 20 20 shift 2; 21 exec "/mit/$locker/ bin/$program" "$@"21 exec "/mit/$locker/arch/@sys/bin/$program" "$@" 22 22 ;; 23 23 esac  
Note: See TracChangeset
          for help on using the changeset viewer.
      