exit 100 for incomplete scritps

master
George Danchev 12 years ago
parent bcfd3d263e
commit c7eba497f9

@ -4,6 +4,8 @@ set -e
printf "NOT COMPLETED YET\n"
exit 100
# Thomas:
# xorriso provides built-in means for comparison:
# -compare_r disk_path iso_rr_path

@ -21,7 +21,7 @@ for s in `ls | grep -v ${SELF}`; do
RET=$?
T2=`date '+%s'`
let TS="${T2}-${T1}"
printf "Done (return code: $RET; time spent: ${TS})"
printf "done. return code: $RET; time spent: ${TS}."
set -e
fi
done

Loading…
Cancel
Save