Update switch.sh
This commit is contained in:
parent
ba467b410a
commit
296ca10552
|
|
@ -7,7 +7,7 @@ cd "$(dirname "$0")"
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
|
|
||||||
#install the package
|
#install the package
|
||||||
if [ .$switch_source = "package" ]; then
|
if [ .$switch_source = ."package" ]; then
|
||||||
#run the package install
|
#run the package install
|
||||||
switch/package-release.sh
|
switch/package-release.sh
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ if [ .$switch_source = "package" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#install from source
|
#install from source
|
||||||
if [ .$switch_source = "source" ]; then
|
if [ .$switch_source = ."source" ]; then
|
||||||
#compile the source
|
#compile the source
|
||||||
if [ ."$switch_branch" = "master" ]; then
|
if [ ."$switch_branch" = "master" ]; then
|
||||||
switch/source-master.sh
|
switch/source-master.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue