summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-05-02 10:53:19 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-05-02 10:53:19 +0200
commit9ccad65bb88e67cc3de42928b8bf029c912dcaba (patch)
tree06c717b5be1c18cf5383d6fd20e546e50e20e534
parentda7fd9959a5672c8fbd60e86fd4eff00da94441a (diff)
downloadbuildscripts-9ccad65bb88e67cc3de42928b8bf029c912dcaba.tar.gz
buildscripts-9ccad65bb88e67cc3de42928b8bf029c912dcaba.tar.bz2
buildscripts-9ccad65bb88e67cc3de42928b8bf029c912dcaba.zip
whitespace cleanup
-rwxr-xr-xbin/x2go-updatebuildmain4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/x2go-updatebuildmain b/bin/x2go-updatebuildmain
index afe07a1..e122970 100755
--- a/bin/x2go-updatebuildmain
+++ b/bin/x2go-updatebuildmain
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the
# Free Software Foundation, Inc.,
-# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
set -e
@@ -23,7 +23,7 @@ GITPROJECT=$(basename $(pwd))
REF=$1
# we need to be within a working copy (base folder) and we need a <REF>!!!
-test -z $1 || test -d ./.git || {
+test -z $1 || test -d ./.git || {
echo "usage: $(basename $0) <REF>"
echo "Call this command from within the base folder of an X2go Git project's working copy..."
exit -1