From 7d983151bc9b85707731a4738bc2bfca237f8d17 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 3 Oct 2005 19:52:47 +0000 Subject: [PATCH] Removed some"; \" left after the previous "if" test removal. --- jhalfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jhalfs b/jhalfs index eb9c707..7cd5047 100755 --- a/jhalfs +++ b/jhalfs @@ -400,13 +400,13 @@ build_Makefile() { if [ "$i" = "031-adjusting" ] ; then echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp echo -e "\trm -r \$(LFS)\$(SRC)/binutils-build && \\" >> $MKFILE.tmp - echo -e "\trm sources-dir; \\" >> $MKFILE.tmp + echo -e "\trm sources-dir" >> $MKFILE.tmp fi # Remove the TCL sources after a successful Expect build. if [ "$i" = "033-expect" ] ; then echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp - echo -e "\trm sources-dir; \\" >> $MKFILE.tmp + echo -e "\trm sources-dir" >> $MKFILE.tmp fi # Include a touch of the target name so make can check @@ -506,7 +506,7 @@ build_Makefile() { if [ "$i" = "067-readjusting" ] ; then echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp echo -e "\trm -r \$(SRC)/binutils-build && \\" >> $MKFILE.tmp - echo -e "\trm sources-dir; \\" >> $MKFILE.tmp + echo -e "\trm sources-dir" >> $MKFILE.tmp fi # Include a touch of the target name so make can check