From 035a4e9a8ba70bc4fed96add0f17f139f79cd8c6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jun 2010 17:13:13 +0000 Subject: [PATCH] 2010-06-23 19:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_nightly.sh ! Fixed typo, causing 'cp' method of uploading to kick in permanently. --- harbour/ChangeLog | 5 +++++ harbour/mpkg_nightly.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1d1343dec5..d9cfa8bd36 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-23 19:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * mpkg_nightly.sh + ! Fixed typo, causing 'cp' method of uploading to kick in + permanently. + 2010-06-23 19:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/vm/runner.c + Module name will now be filled with the .hrb filename if known, diff --git a/harbour/mpkg_nightly.sh b/harbour/mpkg_nightly.sh index ce995060b8..239326671e 100755 --- a/harbour/mpkg_nightly.sh +++ b/harbour/mpkg_nightly.sh @@ -79,13 +79,13 @@ rm -f -r _mk_nightly destdir="/home/frs/project/h/ha/harbour-project/source/nightly/" if [ -d $destdir ] - +then echo Copying packages to sf.net file release area... cp harbour-nightly-src.zip $destdir cp harbour-nightly.tar.bz2 $destdir cp harbour-nightly.tar.gz $destdir -then +else if [ "$HB_SFNET_FRS_PRIVATE_KEY" -a "$HB_SFNET_USER" ] then