Skip to content

Commit

Permalink
Shorten sudo message
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanage committed Mar 19, 2014
1 parent 607507d commit 2a9976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmgtool.py
Expand Up @@ -293,7 +293,7 @@ def run(self):
@classmethod
def ensure_superuser(cls):
if os.getuid() != 0:
print >> sys.stderr, 'Relaunching with sudo for superuser access'
print >> sys.stderr, 'Relaunching with sudo'
os.execv('/usr/bin/sudo', ['/usr/bin/sudo', '-E'] + sys.argv)

@classmethod
Expand Down

0 comments on commit 2a9976e

Please sign in to comment.