summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index f316a5c5..7377335e 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -650,7 +650,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 $NODE "rm -r $TMPDIR"
set -e
if [ $BUILDNR -eq 1 ] ; then