diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-26 09:16:39 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-26 09:37:37 +0100 |
commit | 3aa396043e0ba4a20f755d9c4fb3c08204dbae18 (patch) | |
tree | 5eceb041e1499f8cae2451b076424c84a3956674 /Makefile.SH | |
parent | 20caf59dc5a2137cdf1de6dae458da063417a8d2 (diff) | |
download | perl-3aa396043e0ba4a20f755d9c4fb3c08204dbae18.tar.gz |
Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9.
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 97ffe67379..240bfa930b 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 |