Search Results

Search: Posts Made By: sblanton
12,460
Posted By sblanton
This is working for me: had to grep some junk out...
This is working for me: had to grep some junk out of printenv...

environment.ksh:

#!/usr/bin/ksh
for i in `csh -c 'source environment.csh; printenv | grep -v \% | grep \='`
do
eval export...
2,826
Posted By sblanton
weird return code processing changes (AIX, ksh)
Uhh..yes, a space after the zero is required...:o Thanks for the suggestion, but same problem.

I was thinking maybe to try executing through ssh, but don't have that on this box. Yep, low tech,...
2,826
Posted By sblanton
weird return code processing changes
My problem is my AIX ksh script works as expected from the shell prompt, but when the same script is executed by a daemon, it fails to acknowledge any non-zero return codes for programs it executes....
Showing results 1 to 3 of 3

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