- Timestamp:
- Mar 16, 2008, 6:05:03 AM (18 years ago)
- File:
- 
          - 1 edited
 
 - 
          locker/update-system/bin/build-update (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        locker/update-system/bin/build-updater692 r693 127 127 [ "$found" = "yes" ] || die "error: Correct version not found." 128 128 xargs -n1 test ! -e <"$patchdir/oldfiles.absent" || die "error: Conflicting files exist." 129 md5sum -c "$patchdir/check.md5" || die "error: MD5 check failed." 129 [ -s "$patchdir/check.md5" ] && (md5sum -c "$patchdir/check.md5" || die "error: MD5 check failed.") 130 130 patch -stN --dry-run --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || die "error: Patch dry run failed." 131 131 
Note: See TracChangeset
          for help on using the changeset viewer.
      
