Skip to content
Snippets Groups Projects
Commit c75a7dec authored by Jack Nagel's avatar Jack Nagel
Browse files

Save a subshell here

parent 7b23870b
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def main
# Force any future invocations of sudo to require the user's password to be
# re-entered. This is in-case any build script call sudo. Certainly this is
# can be inconvenient for the user. But we need to be safe.
system "/usr/bin/sudo -k"
system "/usr/bin/sudo", "-k"
install(Formula.factory($0))
rescue Exception => e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment