Changeset 1493 for branches/locker-dev/locker
- Timestamp:
- Feb 26, 2010, 1:01:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/deploy/bin/onathena
r1492 r1493 1 1 #!/bin/sh 2 2 3 if [ "$aicontact" = "" ]; then 4 aicontact="scripts@mit.edu" 5 fi 6 7 if [ "$aimaintainer" = "" ]; then 8 aimaintainer="scripts.mit.edu" 9 fi 3 : ${aicontact:=scripts@mit.edu} 4 : ${aimaintainer:=scripts.mit.edu} 10 5 11 6
Note: See TracChangeset
for help on using the changeset viewer.