stas 2002/08/15 08:10:04
Modified: bin site_build
Log:
escape \
Revision Changes Path
1.6 +2 -2 modperl-docs/bin/site_build
Index: site_build
===================================================================
RCS file: /home/cvs/modperl-docs/bin/site_build,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- site_build 7 Aug 2002 01:27:43 -0000 1.5
+++ site_build 15 Aug 2002 15:10:04 -0000 1.6
@@ -58,8 +58,8 @@
sub online_sync {
system("cp -r $rel/ $dst/");
- system("find $dst -type d -exec chmod g+rwx {} \; >/dev/null 2>&1");
- system("find $dst -type f -exec chmod g+wr {} \; >/dev/null 2>&1");
+ system("find $dst -type d -exec chmod g+rwx {} \\; >/dev/null 2>&1");
+ system("find $dst -type f -exec chmod g+wr {} \\; >/dev/null 2>&1");
}
sub fs_is_full {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]