diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-05-02 10:53:19 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-05-02 10:53:19 +0200 |
commit | 9ccad65bb88e67cc3de42928b8bf029c912dcaba (patch) | |
tree | 06c717b5be1c18cf5383d6fd20e546e50e20e534 | |
parent | da7fd9959a5672c8fbd60e86fd4eff00da94441a (diff) | |
download | buildscripts-9ccad65bb88e67cc3de42928b8bf029c912dcaba.tar.gz buildscripts-9ccad65bb88e67cc3de42928b8bf029c912dcaba.tar.bz2 buildscripts-9ccad65bb88e67cc3de42928b8bf029c912dcaba.zip |
whitespace cleanup
-rwxr-xr-x | bin/x2go-updatebuildmain | 4 |
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 |