1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

update-waf.sh: make mktemp happy by including anything Xes.

This commit is contained in:
Jelmer Vernooij 2012-06-14 23:02:06 +02:00
parent ce10a7a673
commit eacb77bb92

View File

@ -2,7 +2,7 @@
# Update our copy of waf
TARGETDIR="`dirname $0`"
WORKDIR="`mktemp -d -t update-waf`"
WORKDIR="`mktemp -d -t update-waf-XXXXXX`"
mkdir -p "$WORKDIR"