diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_lede_common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index a4bf88e4..8e4065f5 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -19,6 +19,7 @@ node_debug() { # only called direct on a remote build node node_cleanup_tmpdirs() { export TMPDIR=$1 + return cd # (very simple) check we are deleting the right stuff if [ "${TMPDIR:0:26}" != "/srv/reproducible-results/" ] || [ ${#TMPDIR} -le 26 ] ; then |