Changeset 1002
- Timestamp:
- 04/15/06 23:23:24 (2 years ago)
- Files:
-
- trunk/src/update_domains.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/update_domains.sh
r955 r1002 173 173 today=`date +%Y%m%d` 174 174 # increment the serial number only if the date hasn't changed 175 if [ "$ current_date" = "$today" ] ; then175 if [ "$date" = "$today" ] ; then 176 176 revision=$(($revision + 1)) 177 177 else
