Skip to content

Commit

Permalink
citrix_receiver: fix build errors in recent version
Browse files Browse the repository at this point in the history
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
  • Loading branch information
obadz committed Feb 24, 2018
1 parent 7142440 commit 2954283
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ let
./${prefixWithBitness}/hinst
# Run the installer...
./${prefixWithBitness}/hinst CDROM "`pwd`"
bash ./${prefixWithBitness}/hinst CDROM "`pwd`"
echo "Deleting broken links..."
for link in `find $ICAInstDir -type l `
Expand Down

0 comments on commit 2954283

Please sign in to comment.