diff options
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 2b0ad523..9cf4f514 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -55,7 +55,7 @@ mkdir -p "$BASE" # to hold reproducible temporary files/directories without polluting /tmp TEMPDIR="/tmp/reproducible" -mkdir -p "$TMPDIR" +mkdir -p "$TEMPDIR" # create subdirs for suites for i in $SUITES ; do |