summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sow3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sow b/bin/sow
index 27d5c65..42dbbc4 100755
--- a/bin/sow
+++ b/bin/sow
@@ -64,7 +64,7 @@ Dir.chdir project do
end
end
-WINDOZE = /win32/ =~ RUBY_PLATFORM
+WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
puts "... done, now go fix all occurrences of '#{X}'"
if WINDOZE then
@@ -72,4 +72,3 @@ if WINDOZE then
else
puts `find #{project} -type f | xargs grep -n #{X}`.gsub(/\A|\n/, "\n ")
end
-