Changeset 740
- Timestamp:
- May 26, 2009, 2:21:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dassbuild/svn_build_prepare.sh
r739 r740 45 45 46 46 if [ -z "$PACKAGE" ]; then 47 echo "nothing to build found !"47 echo "nothing to build found" 48 48 exit 255 49 49 fi … … 135 135 printf "already exists. Skipped\n" 136 136 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 139 138 fi 140 139 elif [ -r "SPECSOURCES" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.