mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
FIX unexpected operator
See http://stackoverflow.com/questions/2011160/unexpected-operator-error
This commit is contained in:
parent
f2ce8cb754
commit
3ad848cd98
@ -35,7 +35,7 @@ checkout () {
|
||||
cd ../../
|
||||
fi
|
||||
|
||||
if [ $# == 3 ]; then
|
||||
if [ $# = 3 ]; then
|
||||
if [ -d $dir/src/$2_$3 ]; then
|
||||
cd "$dir/src/$2_$3"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user