summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-tool b/gnulib-tool
index 5993143f3c..2a971de9ea 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -500,7 +500,7 @@ func_tmpdir ()
# Use the environment variable TMPDIR, falling back to /tmp. This allows
# users to specify a different temporary directory, for example, if their
# /tmp is filled up or too small.
- : ${TMPDIR=/tmp}
+ : "${TMPDIR=/tmp}"
{
# Use the mktemp program if available. If not available, hide the error
# message.