perf: Update the mmap control page on mmap()
[deliverable/linux.git] / scripts / mkcompile_h
index 7ad6bf7a09ff3ae3250c144c500636ddfbac75ee..f221ddf69080402a60ad612a4ce63f05be671a6e 100755 (executable)
@@ -43,7 +43,7 @@ else
        TIMESTAMP=$KBUILD_BUILD_TIMESTAMP
 fi
 if test -z "$KBUILD_BUILD_USER"; then
-       LINUX_COMPILE_BY=`whoami`
+       LINUX_COMPILE_BY=$(whoami | sed 's/\\/\\\\/')
 else
        LINUX_COMPILE_BY=$KBUILD_BUILD_USER
 fi
This page took 0.03684 seconds and 5 git commands to generate.