Fix lint test for build directories
[coreboot.git] / util / lint / lint-002-build-dir-handling
index f10db175338f4df9f0add13e4500828cd139b8c6..c4f57d683a303b6ebba3ac6fe79fe94f6a43ce58 100755 (executable)
@@ -47,7 +47,7 @@ if [ "$MAKE" = "" ]; then
 fi
 
 # prepare a config to use
-TMPCONFIG=`mktemp`
+TMPCONFIG=`mktemp .tmpconfig.XXXXXX`
 rm -f $TMPCONFIG
 $MAKE NOMKDIR=1 DOTCONFIG=$TMPCONFIG allyesconfig >/dev/null