diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index b13eb423e..72768ee02 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -53,7 +53,7 @@ class Keg perms=0444 if fo =~ /Mach-O dynamically linked shared library/ args='-SxX' - elsif fo =~ /Mach-O executable/ # defaults strip everything + elsif fo =~ /Mach-O [^ ]* executable/ # defaults strip everything args='' # still do the strip perms=0544 elsif fo =~ /script text executable/ |
