From 633a9409ae245b06ad5ae6a9b68853879cad03dc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Jan 2018 15:21:01 +0100 Subject: put name of creating script into name of temporary directories --- bin/get-assignment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/get-assignment') diff --git a/bin/get-assignment b/bin/get-assignment index 00d32fd..f1199cc 100755 --- a/bin/get-assignment +++ b/bin/get-assignment @@ -85,7 +85,7 @@ clean_up() { rm -rf --one-file-system "${tmp_dir}" } -tmp_dir=$(mktemp -d) +tmp_dir=$(mktemp -d 'tmp.get-assignment.XXXXXXXXXX' --tmpdir) trap clean_up EXIT # Check if there are any pending packages at all and if the requester -- cgit v1.2.3-54-g00ecf