Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250750
b: refs/heads/master
c: f077260
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Nowakowski authored and Michal Marek committed Apr 29, 2011
1 parent 17a8758 commit 3cef62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d8ecc5cd8e227bc318513b5306ae88a474b8886d
refs/heads/master: f07726048d599acd6bac438e304645a78db753c0
2 changes: 1 addition & 1 deletion trunk/scripts/mkcompile_h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cef62b

Please sign in to comment.