use doubledash on ext cmd in programmer-dvorak.rb

command: rm.  Note that (irrelevant to this patch) the quoted glob
on the rm command is incorrect and will not work as intended.
This commit is contained in:
Roland Walker 2014-05-14 09:18:12 -04:00
parent e29f614abc
commit 0ad44c9314
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class ProgrammerDvorak < Cask
if MacOS.version == :mavericks
after_install do
# clear the layout cache before new layouts are recognized
system 'rm', '-f', '/System/Library/Caches/com.apple.IntlDataCache.le*'
system 'rm', '-f', '--', '/System/Library/Caches/com.apple.IntlDataCache.le*'
end
end
end