Hello,
i have a little problem with the ERRNO variable.
I am create this script ( named test.sh ) :
#!/bin/ksh
export ERRNO=0
echo "\$ERRNO : $ERRNO"
rm -f /tmp/file.txt
echo "\$ERRNO : $ERRNO"
. /tmp/essai.sh
( The /tmp/file.txt does not exist )
And in /tmp/essai.sh ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.