Changeset 1996 for swish_website/build.sh
- Timestamp:
- 12/14/07 23:05:33 (1 year ago)
- Files:
-
- swish_website/build.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish_website/build.sh
r1908 r1996 41 41 fi 42 42 43 if ! svn stat &>$TMP; then 44 echo "svn stat failed" 45 echo 46 cat $TMP; rm $TMP 47 exit 48 fi 49 43 50 # Look out for any local problems 44 51 # A Added … … 65 72 # Or perhaps could just check for (A|C|D|U|G) 66 73 67 if [ -n "$(echo $@ | grep -- '-a')" ] || egrep '^ Updated to revision' $TMP >/dev/null; then74 if [ -n "$(echo $@ | grep -- '-a')" ] || egrep '^[ADUCGM] ' $TMP >/dev/null; then 68 75 echo "updating site. Changes:" 69 76 cat $TMP
