summaryrefslogtreecommitdiff
path: root/build-aux/libtool-next-version
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/libtool-next-version')
-rwxr-xr-xbuild-aux/libtool-next-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/libtool-next-version b/build-aux/libtool-next-version
index 21f704ba9d..119552c6ac 100755
--- a/build-aux/libtool-next-version
+++ b/build-aux/libtool-next-version
@@ -98,7 +98,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.