linux - SETENV: Bad : modifier in $ ($) -


i using tcsh terminal in linux. in other terminal used set path license file follows:

  export path="$path:$model_tech" 

tcsh shell not recognise command tried following:

  setenv path "$path:$model_tech"   set path "$path:$model_tech"   setenv path=("$path:$model_tech") 

but following error:

bad : modifier in $ ($).

what great if me here out quickly, tried quite few combinations nothing works.

drop =

setenv license_file "/usr/local/softwarex/license.dat" 

from man page tcsh:

   setenv [name [value]]     without  arguments, prints names , values of environ‐    ment variables.  given name, sets environment variable name    value or, without value, null string. 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -