Typo in csh environement file (set *require* an "=" sign).

This commit is contained in:
Jean-Paul Chaput 2020-11-08 17:34:05 +01:00
parent b1713c8533
commit a8e88646c4
1 changed files with 4 additions and 4 deletions

View File

@ -21,12 +21,12 @@
# Where the Alliance CAD is installed
setenv ALLIANCE_TOP "@prefix@"
set SYSCONF_TOP "${ALLIANCE_TOP}/etc"
set CELLS_TOP "${ALLIANCE_TOP}/cells"
set SYSCONF_TOP = "${ALLIANCE_TOP}/etc"
set CELLS_TOP = "${ALLIANCE_TOP}/cells"
if ( "${ALLIANCE_TOP}" == "/usr/lib/alliance" ) then
# For installation in the FHS.
set SYSCONF_TOP "/etc/alliance"
set CELLS_TOP "/usr/share/alliance/cells"
set SYSCONF_TOP = "/etc/alliance"
set CELLS_TOP = "/usr/share/alliance/cells"
endif