~ salmonella-environment-setup (master) e2fa9a7fe4672966f00455296a9f30cf21aa5ccf
commit e2fa9a7fe4672966f00455296a9f30cf21aa5ccf Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Mon Dec 14 18:56:40 2020 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Mon Dec 14 19:01:43 2020 +0100 shell-settings/openbsd: variables must be exported diff --git a/conf/shell-settings/openbsd/settings.sh b/conf/shell-settings/openbsd/settings.sh index 42d0a6d..51adc2e 100644 --- a/conf/shell-settings/openbsd/settings.sh +++ b/conf/shell-settings/openbsd/settings.sh @@ -1,5 +1,5 @@ -BLOSC_DIR=/usr/local -CSC_OPTIONS="\ +export BLOSC_DIR=/usr/local +export CSC_OPTIONS="\ -I/usr/X11R6/include/ \ -I/usr/local/include/ \ -I/usr/local/include/inotify \Trap