Changeset 7d6f65 for util/src/AdaptiveANOVA.sh.in
- Timestamp:
- Aug 18, 2008, 12:08:41 PM (17 years ago)
- Children:
- 2c536c
- Parents:
- 2b19bb
- File:
-
- 1 edited
-
util/src/AdaptiveANOVA.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/src/AdaptiveANOVA.sh.in
r2b19bb r7d6f65 11 11 SUFFIX="in" 12 12 13 . ~/scripts/check 13 function check() 14 { 15 #1 MESSAGE 16 if [ $? -eq 0 ]; then 17 if [ -z $1 ]; then 18 echo "ok." 19 else 20 echo "ok: $1." 21 fi 22 else 23 if [ -z $1 ]; then 24 echo "failed." 25 else 26 echo "failed: $1." 27 fi 28 exit 1 29 fi 30 } 14 31 15 32 if [ -z $3 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.
