Changeset 16597
- Timestamp:
- 11/01/13 08:51:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/jenkins.sh
r16596 r16597 103 103 cd $PACKAGENAME 104 104 echo "======================================================"; 105 echo " Installing $PACKAGENAME (see compil.log)";105 echo " Installing $PACKAGENAME "; 106 106 echo "======================================================"; 107 ./$PACKAGEINST >compil.log107 ./$PACKAGEINST | compil.log 108 108 if [ $? -ne 0 ]; then 109 109 echo "======================================================";
Note:
See TracChangeset
for help on using the changeset viewer.