citrix_receiver: fix build errors in recent version

./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
This commit is contained in:
obadz 2018-02-24 12:45:47 +00:00
parent 7142440d75
commit 29542830a8

View File

@ -169,7 +169,7 @@ let
./${prefixWithBitness}/hinst ./${prefixWithBitness}/hinst
# Run the installer... # Run the installer...
./${prefixWithBitness}/hinst CDROM "`pwd`" bash ./${prefixWithBitness}/hinst CDROM "`pwd`"
echo "Deleting broken links..." echo "Deleting broken links..."
for link in `find $ICAInstDir -type l ` for link in `find $ICAInstDir -type l `