aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-05 01:33:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-05 01:33:51 +1300
commitd09dac1a21c536544a726e7f386b35e156b9d762 (patch)
tree3601f6af8059e035bdad6cc42c46a0eacb434592
parentUse abook --add-email-quiet (diff)
downloaddotfiles-d09dac1a21c536544a726e7f386b35e156b9d762.tar.gz
dotfiles-d09dac1a21c536544a726e7f386b35e156b9d762.zip
Correct missing id(1) option
-rwxr-xr-xbin/wro2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wro b/bin/wro
index 82bb4415..4c465adb 100755
--- a/bin/wro
+++ b/bin/wro
@@ -13,7 +13,7 @@ fi
if [ -n "$1" ] ; then
from=$1
else
- un=$(id -n)
+ un=$(id -nu)
if [ -f /etc/mailname ] ; then
read -r hn < /etc/mailname
else