Whitespace consistency fix in CI-linux-install.sh
This commit is contained in:
parent
3947df87a2
commit
5ada46bcce
1 changed files with 3 additions and 3 deletions
|
|
@ -103,9 +103,9 @@ case "$SWIGLANG" in
|
|||
$RETRY sudo apt-get -qq update
|
||||
$RETRY sudo apt-get -qq install python${VER}-dev
|
||||
WITHLANG=$SWIGLANG$PY3=$SWIGLANG$VER
|
||||
else
|
||||
$RETRY sudo apt-get install -qq python${PY3}-dev
|
||||
WITHLANG=$SWIGLANG$PY3
|
||||
else
|
||||
$RETRY sudo apt-get install -qq python${PY3}-dev
|
||||
WITHLANG=$SWIGLANG$PY3
|
||||
fi
|
||||
;;
|
||||
"r")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue