summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibexec/racc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/racc b/libexec/racc
index 2edd6bb07b..5fcc37d99a 100755
--- a/libexec/racc
+++ b/libexec/racc
@@ -51,7 +51,7 @@ def main
logfilename = path
}
parser.on('-e', '--executable [RUBYPATH]', 'Makes executable parser.') {|path|
- executable = true
+ make_executable = true
rubypath = (path == 'ruby' ? nil : path)
}
parser.on('-E', '--embedded', "Embeds Racc runtime in output.") {