summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 20:28:14 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 20:28:14 -0500
commit2d10ac36992fe76b02e5c3d3764ea1a27848b615 (patch)
tree9d60be5066fa05484cd22051d621ffefe13bb0a5 /etc
parent2f44018f371e271c2a518a55c4e2c90d8964881c (diff)
downloadpfsense-2d10ac36992fe76b02e5c3d3764ea1a27848b615.zip
pfsense-2d10ac36992fe76b02e5c3d3764ea1a27848b615.tar.gz
Add missing ;
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index f89ae3a..0800c86 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -107,7 +107,7 @@ if(is_dir("$CODIR/mainline")) {
if($branch == "master") {
exec("cd $CODIR/mainline && git checkout master");
} else {
- $current_branch=`git branch | grep $BRANCHTAG`
+ $current_branch=`git branch | grep $BRANCHTAG`;
if($current_branch == "")
exec("cd $CODIR/mainline && git fetch && git checkout -b $BRANCHTAG origin/$BRANCHTAG");
else
OpenPOWER on IntegriCloud