# HG changeset patch # User Antoine Bodin # Date 1297548840 -3600 # Node ID f51e9096ceb89508e15e9327f29808dc79ad532f # Parent 997720107503d5444dbd9f434473ae5638cbd2aa Another typo ;) diff -r 997720107503 -r f51e9096ceb8 tazwok --- a/tazwok Sat Feb 12 22:55:48 2011 +0100 +++ b/tazwok Sat Feb 12 23:14:00 2011 +0100 @@ -461,7 +461,7 @@ fi # Exit if download failed to avoid errors. - if [ ! -f "$SOURCES_REPOSITORY/$TARBALL" ] && [ ! -f "$SOURCES_REPOSITORY/${SOURCE:-PACKAGE}-$VERSION.tar.lzma" ; then + if [ ! -f "$SOURCES_REPOSITORY/$TARBALL" ] && [ ! -f "$SOURCES_REPOSITORY/${SOURCE:-$PACKAGE}-$VERSION.tar.lzma" ; then echo -e "\nDownload failed, exiting. Please check WGET_URL variable.\n" >&2 report end-step return 1