Re: [SLUG] Script interpretation

From: Levi Bard (levi@bard.sytes.net)
Date: Tue Jul 22 2003 - 10:04:44 EDT


> echo ${QTDIR} does not give me a path.
> Since I did not set it and it does not return a path I will have to
> conclude
> that that is one more problem found.
>
> Question so I don't screw up how would one set this path to:
> /usr/qt3/lib

Using bash: export QTDIR=/usr/qt3/lib
Using a csh variant: setenv QTDIR /usr/qt3/lib

Levi



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:43:01 EDT