projects
/
xudo.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
54d5c76
)
Add a fullstop at the end of a sentence
author
Antonio Ospite <ospite@studenti.unina.it>
Mon, 18 Mar 2013 16:24:47 +0000
(17:24 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Mon, 18 Mar 2013 16:24:47 +0000
(17:24 +0100)
xudo.sh
patch
|
blob
|
history
diff --git
a/xudo.sh
b/xudo.sh
index
981bcfd
..
17e54ed
100755
(executable)
--- a/
xudo.sh
+++ b/
xudo.sh
@@
-70,7
+70,7
@@
id $USERNAME > /dev/null || { echo "Invalid user." 1>&2; exit 1; }
[ "x$@" != "x" ] || { usage 1>&2; exit 1; }
-# Authorize the user
+# Authorize the user
.
xauth extract - $DISPLAY | sudo -u "$USERNAME" xauth merge -
# Execute the command.