diff options
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -88,6 +88,9 @@ def git    @git  end +# Invalidate sudo timestamp before exiting +at_exit { sudo "-k" } +  # The block form of Dir.chdir fails later if Dir.CWD doesn't exist which I  # guess is fair enough. Also sudo prints a warning message for no good reason  Dir.chdir "/usr" | 
