diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-11-23 08:10:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-11-23 08:10:50 +0000 |
commit | 9c55f82494e8501789f2bf9552f216c04729864b (patch) | |
tree | 3294383ad55bf13e3a613e80110fe6bdf5a32f04 /etc | |
parent | 96ebb0a6b6b62d93fd7dcced55b27ecd639833c6 (diff) | |
download | pfsense-9c55f82494e8501789f2bf9552f216c04729864b.zip pfsense-9c55f82494e8501789f2bf9552f216c04729864b.tar.gz |
Remove extra c/r
Diffstat (limited to 'etc')
-rw-r--r-- | etc/phpshellsessions/cvssync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 3e70d27..b9ce1d1 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -63,7 +63,7 @@ if (!in_array("$branch", $branches)) { exit; } -echo "\n===> Checking out $branch\n"; +echo "===> Checking out $branch\n"; exec("mkdir -p /home/pfsense/$branch"); system("cvsup /var/etc/pfSense-supfile"); exec("rm -rf /usr/local/www/includes/*"); |