aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-16 22:01:38 -0500
committerJack Nagel2014-12-16 22:04:05 -0500
commit32fedf8a9360cb0697a699e64b690958f58c7a0f (patch)
tree4912d9ec20d3ad236eb538a15d4059545ed65d42 /Library
parent2e3353952c9e93ae373f0585301a7d0dd0349082 (diff)
downloadhomebrew-32fedf8a9360cb0697a699e64b690958f58c7a0f.tar.bz2
mat: add comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mat.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mat.rb b/Library/Formula/mat.rb
index b2bb67ea2..004f8272b 100644
--- a/Library/Formula/mat.rb
+++ b/Library/Formula/mat.rb
@@ -1,5 +1,6 @@
require "formula"
+# FIXME this can be removed on the next release
# OSX has case-insensitive file names, and the Mat archive contains a "MAT"
# directory *and* a "mat" file. `tar xf` will fail on it, so we rename "mat"
# into "mat-cli" here.