- Timestamp:
- 02/07/05 11:05:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/install.sh
r297 r372 17 17 fi 18 18 # 19 20 # check to allow setup via command line parameters 21 if [ x"$1" != x ]; 22 then 23 ASAPDIR=$1 24 echo "ASAP will be installed into "$ASAPDIR 25 fi 26 27 if [ x"$2" != x ]; 28 then 29 SRCDIR=$2 30 echo "from "$SRCDIR 31 fi 19 32 20 33 # where the source python files are
Note:
See TracChangeset
for help on using the changeset viewer.