Search Results

Search: Posts Made By: casau
24,880
Posted By casau
Okay, I went ahead and change shell Now I am...
Okay, I went ahead and change shell

Now I am in csh:

%echo $SHELL
/bin/csh
%setenv LD_LIBRARY_PATH /bin
%echo $LD_LIBRARY_PATH
/bin
%echo '#!/bin/csh' > test.sh
%echo 'setenv...
24,880
Posted By casau
Hi, My script is checking various conditions...
Hi,

My script is checking various conditions and depending on what the user wants to do, the script will setup the correct library for all terminal.
24,880
Posted By casau
I didn't source my script. Here's script of my...
I didn't source my script. Here's script of my actions


$echo $SHELL
/bin/bash
$export LD_LIBRARY_PATH=/bin
$echo $LD_LIBRARY_PATH
/bin
$echo '#!/usr/bin/csh' > test.sh
$echo 'setenv...
24,880
Posted By casau
Reload this Page Reply to Thread
Hi Anchal_khare,

Thanks for your suggestion.

I tried:
setenv LD_LIBRARY_PATH /tmp:$LD_LIBRARY_PATH
but after the script finished and I am back at the prompt, I checked the LD_LIBRARY_PATH...
24,880
Posted By casau
updating LD_LIBRARY_PATH
Inside my csh script, I have the following command:
source ${HOME}/.login

When I execute my csh script, why do I get the following error message:
/cygdrive/c/WINDOWS/system32/export: Permission...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy