Changeset 740


Ignore:
Timestamp:
May 26, 2009, 2:21:20 PM (15 years ago)
Author:
joergs
Message:

set exit code back to 1 on 'nothing to do'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dassbuild/svn_build_prepare.sh

    r739 r740  
    4545
    4646if [ -z "$PACKAGE" ]; then
    47     echo "nothing to build found!"
     47    echo "nothing to build found"
    4848    exit 255
    4949fi
     
    135135            printf "already exists. Skipped\n"
    136136            printf "  (${BUILDTEMP}/src/${PACKAGE}/$SOURCE_ARCHIVE)\n"
    137             # exit, but without error, so that the calling script will continue
    138             exit 0
     137            exit 1
    139138        fi
    140139    elif [ -r "SPECSOURCES" ]; then
Note: See TracChangeset for help on using the changeset viewer.