diff options
Diffstat (limited to 'lang/ruby_static')
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 316229eb7c5e..5f5e337b9db6 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -99,7 +99,7 @@ do-extract: while read extdir; do \ extdir=$${extdir%/extconf.rb}; \ case "$p" in \ - ${RUBY_SHIM18_PORT) \ + ${RUBY_SHIM18_PORT}) \ m=$$(basename $$extdir); \ case $$extdir in \ */racc/*) \ |