summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mkrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkrc b/bin/mkrc
index d8ed478..8cd2bd0 100755
--- a/bin/mkrc
+++ b/bin/mkrc
@@ -12,7 +12,7 @@ destination() {
if [ "x$tag" != "x" ]; then
echo $dotfiles_dir/tag-$tag
elif [ $in_host = 1 ]; then
- echo $dotfiles_dir/host-`hostname`
+ echo $dotfiles_dir/host-$HOSTNAME
else
echo $dotfiles_dir
fi