quoting
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 10 Jan 2010 20:48:08 +0000 (20:48 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 10 Jan 2010 20:48:08 +0000 (20:48 +0000)
vbuild-nightly.sh

index 997ce64..0e5c779 100755 (executable)
@@ -109,7 +109,7 @@ EOF
 
 ### we might build on a box other than the actual web server
 # utilities for handling the pushed material (rpms, logfiles, ...)
-function webpublish_misses_dir () { ssh root@${WEBHOST} bash -c "test ! -d $1" ; }
+function webpublish_misses_dir () { ssh root@${WEBHOST}  "bash -c \"test \! -d $1\"" ; }
 function webpublish_remote () { ssh root@${WEBHOST} "$@" ; }
 function webpublish_mkdir () { webpublish_remote mkdir "$@" ; }
 function webpublish_rm () { webpublish_remote rm "$@" ; }