Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI'm have this problem in my Debian Installation. The script uses csh, i installed csh, and when i try the installation, i have this message in STOUT:
$ ./install $ if: Expression Syntax. I'm trying install the Altera Complete Design Suite 7.2, in Debian GNU/Linux 7, Kernel Linux 3.16.0-4-686-pae, with csh version 20110502-2.1. Follow the excerpt of script: # !/bin/csh# Altera Tools Install Script . . . unalias * if ( $?QINST_VERBOSE ) then set expert_mode = 1 else set expert_mode = 0 endif if ( $?QINST_DEBUG ) then set debug = 1 else set debug = 0 endif . . .