Changeset 581

Show
Ignore:
Timestamp:
03/28/07 14:34:53 (2 years ago)
Author:
sacha
Message:

passing in path to root installation directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/stop-hefeweizen.sh

    r577 r581  
    3030############################################################################## 
    3131 
    32 SRC_DIR=.. 
     32if [ $# -eq 1 ]; then 
     33    SRC_DIR=$1 
     34else 
     35    SRC_DIR=.. 
     36fi 
     37 
    3338source $SRC_DIR/defaults/hefeweizen-defaults 
    3439