From f1d2c3fcba46aed2dc4a7e40cc9cc69cbad2e8d6 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Fri, 29 Dec 2006 01:18:35 +0000 Subject: [PATCH] Small fix into the tags path --- pam_usb/utils/roll_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pam_usb/utils/roll_release.sh b/pam_usb/utils/roll_release.sh index e734c11..9edda4d 100755 --- a/pam_usb/utils/roll_release.sh +++ b/pam_usb/utils/roll_release.sh @@ -28,7 +28,7 @@ create_release() SRC_PATH=${BUILD_ENV}/pam_usb-${1} TARBALL=pam_usb-${1}.tar.gz - if [ -d "../tags/${1}" -o -f $TARBALL ] ; then + if [ -d "${TRUNK_PATH}/../../tags/${1}" -o -f $TARBALL ] ; then rm -rf $BUILD_ENV echo "! Release $1 already exists !" exit