summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-26 11:15:12 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-26 11:15:12 +0200
commitcbf9118962e23b0fe24b89685e428061efcd64cd (patch)
tree9a298527c4ca72f9194ea71a258e1b4b2944dc0b /bin
parent0941b2b86864d91c661cce8e755817d3538af161 (diff)
downloadjenkins.debian.net-cbf9118962e23b0fe24b89685e428061efcd64cd.tar.xz
reproducible freebsd: fix find usage
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 816df076..566df332 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -28,7 +28,7 @@ save_freebsd_results(){
mkdir -p $TMPDIR/$RUN/
# copy results over
DUMMY_DATE="$(date -u +'%Y-%m-%d') 00:00Z"
- $RSSH "sudo find $TMPDIR --exec touch --date='$DUMMY_DATE'"
+ $RSSH "sudo find $TMPDIR --exec touch --date='$DUMMY_DATE' \{\} \;"
$RSSH "sudo find $TMPDIR -print0 | LC_ALL=C sort -z | sudo tar --null -T - --no-recursion -cJf $TMPDIR.tar.xz"
$RSCP:$TMPDIR.tar.xz $TMPDIR/$RUN
$RSSH "sudo rm -r $TMPDIR $TMPDIR.tar.xz ; mkdir $TMPDIR"