diff options
| author | Jack Nagel | 2014-05-01 21:24:02 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-05-01 21:24:02 -0500 | 
| commit | b0d13d479907fcdb4726f687c40cd7cb307de774 (patch) | |
| tree | fa66fa1a0946177b7bc365b9dab825e7f1401326 | |
| parent | d0fecb59e47f0f2703f42f9ab3e32ce0dfbea779 (diff) | |
| download | homebrew-b0d13d479907fcdb4726f687c40cd7cb307de774.tar.bz2 | |
*Quietly* invalidate the sudo timestamp
| -rwxr-xr-x | install | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -89,7 +89,7 @@ def git  end  # Invalidate sudo timestamp before exiting -at_exit { sudo "-k" } +at_exit { Kernel.system "/usr/bin/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 | 
