aboutsummaryrefslogtreecommitdiff
path: root/japanese/gawk
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gawk')
-rw-r--r--japanese/gawk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile
index aa1aa01b2279..59af0bfbce23 100644
--- a/japanese/gawk/Makefile
+++ b/japanese/gawk/Makefile
@@ -39,7 +39,7 @@ pre-fetch:
done; \
done; \
for file in ${DISTPATCHES} ; do zcat $${file}; done | \
- sed -e '1,/-----8</d' -e '/-----8</,/-----8</d' | uudecode; \
+ ${SED} -e '1,/-----8</d' -e '/-----8</,/-----8</d' | uudecode; \
rm -f ${DISTPATCHES};\
fi)
.endif