summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index 34e11e25..b61efdf1 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -160,7 +160,7 @@ remote_build() {
handle_remote_error "when rsyncing remote build #$BUILDNR results from $NODE"
fi
fi
- ls -R $TMPDIR
+ ls -lR $TMPDIR
ssh -p $PORT $FQDN "rm -r $TMPDIR"
set -e
}