aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mkrunnable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkrunnable.rb b/tool/mkrunnable.rb
index ca1295c7fb..3b71b0751b 100755
--- a/tool/mkrunnable.rb
+++ b/tool/mkrunnable.rb
@@ -54,7 +54,7 @@ end
alias ln_dir_safe ln_safe
case RUBY_PLATFORM
-when /linux/, /darwin/, /solaris/
+when /linux|darwin|solaris/
def ln_exe(src, dest)
ln(src, dest, force: true)
end