From: Nicholas Clark Date: Thu, 26 Feb 2009 08:16:39 +0000 (+0100) Subject: Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3aa396043e0ba4a20f755d9c4fb3c08204dbae18;p=p5sagit%2Fp5-mst-13.2.git Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9. --- diff --git a/Makefile.SH b/Makefile.SH index 97ffe67..240bfa9 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -205,7 +205,6 @@ done nonxs_list=' ' for f in $nonxs_ext; do - base=`echo "$f" | sed 's/.*\///'` nonxs_list="$nonxs_list ext/$f/pm_to_blib" done