From a3222b94a4179978b5d143a9a041c9c401b875b2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 24 Apr 2009 22:54:52 +0000 Subject: updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1731 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/zipme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/buildroot/zipme.sh') diff --git a/misc/buildroot/zipme.sh b/misc/buildroot/zipme.sh index cd5be4cd5..e50103b6d 100755 --- a/misc/buildroot/zipme.sh +++ b/misc/buildroot/zipme.sh @@ -106,13 +106,13 @@ done # Remove any previous tarballs if [ -f ${TAR_NAME} ] ; then - echo "Removing ${PARENT}/${TAR_NAME}" + echo "Removing ${TAR_NAME}" rm -f ${TAR_NAME} || \ { echo "rm ${TAR_NAME} failed!" ; exit 1 ; } fi if [ -f ${ZIP_NAME} ] ; then - echo "Removing ${PARENT}/${ZIP_NAME}" + echo "Removing ${ZIP_NAME}" rm -f ${ZIP_NAME} || \ { echo "rm ${ZIP_NAME} failed!" ; exit 1 ; } fi -- cgit v1.2.3