Differences From Artifact [7d2c051364]:
- Executable file build/pre.sh — part of check-in [d9d859322c] at 2016-03-11 21:41:24 on branch trunk — Added release engineering scripts (user: rkeene, size: 1123) [annotate] [blame] [check-ins using]
To Artifact [7789bf77c1]:
- Executable file build/pre.sh — part of check-in [d12f13c977] at 2016-03-15 18:28:46 on branch trunk — Added verification system so that passwords are only updated if they currently contain a valid password (user: rkeene, size: 1130) [annotate] [blame] [check-ins using]
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | rm -rf lib if [ "$1" = 'clean' -o "$1" = 'distclean' ]; then exit 0 fi |