From a50f077ee8dd753f15d27ed0a4d222b1443309c8 Mon Sep 17 00:00:00 2001 From: jperkin Date: Sun, 14 Jul 2013 21:08:17 +0000 Subject: Fix shell syntax error which has been breaking all gem builds on SunOS for the past week as per the reports on pkgsrc-bulk. Not sure why it wasn't showing up on other platforms, but I am assuming this is the correct fix. --- lang/ruby/gem.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby') diff --git a/lang/ruby/gem.mk b/lang/ruby/gem.mk index 3caaf81a073..ed5a126a117 100644 --- a/lang/ruby/gem.mk +++ b/lang/ruby/gem.mk @@ -1,4 +1,4 @@ -# $NetBSD: gem.mk,v 1.21 2013/07/07 15:16:38 taca Exp $ +# $NetBSD: gem.mk,v 1.22 2013/07/14 21:08:17 jperkin Exp $ # # This Makefile fragment is intended to be included by packages that build # and install Ruby gems. @@ -363,7 +363,7 @@ _gem-build-cleanbuild: *) continue ;; \ esac; \ if [ -e ${WRKSRC:Q}"/$$file" ]; then \ - && continue; \ + continue; \ elif [ -d "$$file" ]; then \ rfile=`echo $$file | ${SED} -e 's|^\./||'`; \ ${ECHO} "rmdir "${GEM_NAME}"/$$rfile"; \ -- cgit v1.2.3