mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing ;
This commit is contained in:
parent
2f44018f37
commit
2d10ac3699
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user