[SCM] pkg-boinc scripts branch, master, updated. 00e05ec5944eccf1c05c5c854a0eea4ab038f6ba

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Fri Mar 29 07:44:05 UTC 2013


The following commit has been merged in the master branch:
commit 00e05ec5944eccf1c05c5c854a0eea4ab038f6ba
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Mar 29 08:43:57 2013 +0100

    Fix typo

diff --git a/export-boinc b/export-boinc
index 6cf90ff..9e240e0 100755
--- a/export-boinc
+++ b/export-boinc
@@ -56,7 +56,7 @@ if [ "$1" == "--help" ]; then
     exit 0
 fi
 
-if [ -d boinci-v2 ]; then
+if [ -d boinc-v2 ]; then
     if [ ! -d boinc-v2/.git ]; then
        echo "E: found directory 'boinc-v2' which is not a git repository where I meant to export the boinc source tree to. Please clean up."
        exit 1

-- 
pkg-boinc scripts



More information about the pkg-boinc-commits mailing list