diff options
author | ivan <ivan> | 2004-06-17 06:44:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-06-17 06:44:15 +0000 |
commit | bb4f85c492c92a1dc579d59889429d6fc2c4c389 (patch) | |
tree | 319d768d7369debb24e9fbf62909efaa0356b94c | |
parent | 9bba713bb625cf635088b76492e1e655ad62cbb0 (diff) |
stupid whitespace tricks
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;\ |