diff options
author | joey <joey> | 1999-08-17 05:17:11 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:17:11 +0000 |
commit | c5cca23df59c38a414d7b8ef4725f0533723d77c (patch) | |
tree | aec4312d72c712dc2f0334c122929d08477983de /dh_md5sums | |
parent | 92a3a307c88b231be4981ca4e76e85c515727a75 (diff) | |
download | debhelper-c5cca23df59c38a414d7b8ef4725f0533723d77c.tar.gz |
r232: Initial Import
Diffstat (limited to 'dh_md5sums')
-rwxr-xr-x | dh_md5sums | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { } $olddir=getcwd(); - complex_doit("cd $TMP ; find * -type f $exclude ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums ; cd $olddir"); + complex_doit("cd $TMP >/dev/null ; find * -type f $exclude ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums ; cd $olddir >/dev/null"); # If the file's empty, no reason to waste inodes on it. if (-z "$TMP/DEBIAN/md5sums") { doit("rm","-f","$TMP/DEBIAN/md5sums"); |