Fix a silly typo introduced in the previous commit and unbreak.

Submitted by:	bento
This commit is contained in:
Akinori MUSHA 2002-09-23 12:15:23 +00:00
parent 40ba0b9e8d
commit 9e39a68313
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67061
2 changed files with 2 additions and 2 deletions

View File

@ -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/*) \

View File

@ -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/*) \