Browse Source

Small fix into the tags path

master
Andrea Luzzardi 17 years ago
parent
commit
f1d2c3fcba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pam_usb/utils/roll_release.sh

+ 1
- 1
pam_usb/utils/roll_release.sh View File

@ -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


Loading…
Cancel
Save