Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199501
b: refs/heads/master
c: d4987bd
h: refs/heads/master
i:
  199499: 8626c4b
v: v3
  • Loading branch information
Michal Marek committed Feb 2, 2010
1 parent b90495a commit d6d8a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e66f25d7d1be19e177cf55126a40799757efae89
refs/heads/master: d4987bd7ae8401bd88896a6f76dc7af31fe55732
5 changes: 2 additions & 3 deletions trunk/scripts/mkcompile_h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ UTS_TRUNCATE="cut -b -$UTS_LEN"
echo \#define LINUX_COMPILE_BY \"`whoami`\"
echo \#define LINUX_COMPILE_HOST \"`hostname | $UTS_TRUNCATE`\"

if [ -x /bin/dnsdomainname ]; then
domain=`dnsdomainname 2> /dev/null`
elif [ -x /bin/domainname ]; then
domain=`dnsdomainname 2> /dev/null`
if [ -z "$domain" ]; then
domain=`domainname 2> /dev/null`
fi

Expand Down

0 comments on commit d6d8a75

Please sign in to comment.