summaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cscope/Makefile')
-rw-r--r--devel/cscope/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile
index 06875c7f1c7f..8b0475680897 100644
--- a/devel/cscope/Makefile
+++ b/devel/cscope/Makefile
@@ -60,7 +60,7 @@ post-extract:
@(${CHMOD} +w ${WRKSRC})
@(for file in ${WRKSRC}/* ; do ${TR} -d '\015' < $$file > $$file.x ; ${MV} -f $$file.x $$file ; done)
@(for file in ${TRUNCATED_NAMES} ; do \
- x=`echo $$file | ${SED} -e 's/^\(......\).*/\1/'` ; \
+ x=`${ECHO} $$file | ${SED} -e 's/^\(......\).*/\1/'` ; \
y=$${file#*.} ; \
${MV} ${WRKSRC}/$${x}*.$${y} ${WRKSRC}/$$file; \
done)