From: ivan Date: Thu, 17 Jun 2004 06:44:15 +0000 (+0000) Subject: stupid whitespace tricks X-Git-Tag: freeside_1_4_2beta1~60 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bb4f85c492c92a1dc579d59889429d6fc2c4c389 stupid whitespace tricks --- diff --git a/Makefile b/Makefile index 7c77aa29f..19a73b024 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ install-selfservice: done update-selfservice: - for MACHINE in ${SELFSERVICE_MACHINES}; do \ + for MACHINE in ${SELFSERVICE_MACHINES}; do \ rsync -rlptz fs_selfservice/FS-SelfService/ ${SELFSERVICE_INSTALL_USER}@$$MACHINE:FS-SelfService ;\ ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; perl Makefile.PL && make" ;\ ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\