diff options
| author | Mike McQuaid | 2016-09-11 19:12:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-11 19:13:01 +0100 |
| commit | 94f763e9c7c7efa1a22a28a2d4c74fa5fcbe4771 (patch) | |
| tree | 85d9b00587a86a6b5a1471396444aa89c352b0a7 /Library | |
| parent | aa3d53f249a7afcaa76fc7652380dfc4099c66bf (diff) | |
| download | brew-94f763e9c7c7efa1a22a28a2d4c74fa5fcbe4771.tar.bz2 | |
utils/shell:
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils/shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/shell.rb b/Library/Homebrew/utils/shell.rb index 731277982..7f749186f 100644 --- a/Library/Homebrew/utils/shell.rb +++ b/Library/Homebrew/utils/shell.rb @@ -10,7 +10,7 @@ module Utils }.freeze module Shell - UNSAFE_SHELL_CHAR = %r{([^A-Za-z0-9_\-.,:\/@\n])} + UNSAFE_SHELL_CHAR = %r{([^A-Za-z0-9_\-.,:/@\n])} # take a path and heuristically convert it # to a shell name, return nil if there's no match |
