From 3262cce303b354dfda0c0b11bbbda803a827665b Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:42:41 +0000 Subject: expr -> ${EXPR} mv -> ${MV} rm -> ${RM} tr -> ${TR} --- lang/rexx-imc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/rexx-imc') diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 4fabe7179d6c..4310f7bc0b28 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -25,7 +25,7 @@ UGLY_PATCH= rexx.c rxfn.c util.c post-patch: .for c in ${UGLY_PATCH} @${ECHO_MSG} "Changing struct fileinfo member errno to ferrno in ${c}" - @mv ${WRKSRC}/${c} ${WRKSRC}/${c}.old + @${MV} ${WRKSRC}/${c} ${WRKSRC}/${c}.old @${SED} 's/->errno/->ferrno/g;' ${WRKSRC}/${c}.old > ${WRKSRC}/${c} @${RM} ${WRKSRC}/${c}.old .endfor -- cgit v1.2.3