summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index ee515dc688..747782d430 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -114,7 +114,7 @@ for src in Dir["bin/*"]
f.print shebang.sub(/ruby/, ruby_install_name), *body
f.truncate(f.pos)
- }
+ } unless $dryrun
end
Dir.glob("lib/**/*{.rb,help-message}") do |f|