diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:31:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:31:08 +0200 |
commit | ff8de2486ff74f8cff4a8df8d9c8d8f1ee5888cd (patch) | |
tree | 5e47a5c2a7cd14682615bc7967d8517e9b19dfa7 | |
parent | fbe93fc1bcd67451158c2a2e8ba04996981bfaf8 (diff) | |
download | jenkins.debian.net-ff8de2486ff74f8cff4a8df8d9c8d8f1ee5888cd.tar.xz |
everything is fine
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index e13153db..b70ea672 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -241,7 +241,7 @@ if [ ! -z "$ARTIFACTS" ] ; then fi # find + chmod files with bad permissions -BADPERMS=$(find $BASE/{buildinfo,dbd,rbuild,artifacts,unstable,experimental,testing,rb-pkg} ! -perm 644 -type f|| true) +BADPERMS=$(find $BASE/{buildinfo,dbd,rbuild,artifacts,unstable,experimental,testing,rb-pkg} ! -perm 644 -type f 2>/dev/null|| true) if [ ! -z "$BADPERMS" ] ; then DIRTY=true echo |