CONFIG: return instead of exit in lib-dir script

- affected csh users
This commit is contained in:
Mark Olesen
2018-04-17 11:45:44 +02:00
parent aeef1cd4df
commit 5037634bd1

View File

@ -136,7 +136,7 @@ then
resolved=$dir/$alt
;;
esac
return 0
exit 0
fi