Changeset 448 for locker


Ignore:
Timestamp:
Oct 6, 2007, 12:14:51 PM (17 years ago)
Author:
quentin
Message:
Good thing "due" isn't a command, so it killed the script just as
effectively as "die" would have...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/update-system/bin/build-update

    r447 r448  
    9292xargs -n1 test ! -e <"$patchdir/oldfiles.absent" || die "error: Conflicting files exist."
    9393md5sum -c "$patchdir/check.md5" || die "error: MD5 check failed."
    94 patch -stN --dry-run --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || due "error: Patch dry run failed."
     94patch -stN --dry-run --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || die "error: Patch dry run failed."
    9595
    9696echo "[$PWD] dry run OK, applying update"
Note: See TracChangeset for help on using the changeset viewer.