projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20caf59
)
Remove needless sed line added with 4318d5a0158916acc059aa8e6af84037cb7296b9.
Nicholas Clark [Thu, 26 Feb 2009 08:16:39 +0000 (09:16 +0100)]
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
97ffe67
..
240bfa9
100644
(file)
--- 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