mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Unset some polluting shell variables at the end of GNUstep.sh and GNUstep.csh
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25937 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2dbcf92a50
commit
b4d1bdd037
3 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-01-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUstep.sh.in: Unset GNUSTEP_SYSTEM_USERS_DIR,
|
||||
GNUSTEP_LOCAL_USERS_DIR, GNUSTEP_NETWORK_USERS_DIR at the end, or
|
||||
export them if GNUSTEP_SH_EXPORT_ALL_VARIABLES if set.
|
||||
* GNUstep.csh.in: Unset the same variables at the end.
|
||||
|
||||
2008-01-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* filesystem.sh.in: Fixed typo which was causing
|
||||
|
|
|
@ -295,3 +295,7 @@ unsetenv GNUSTEP_USER_LIBRARIES
|
|||
unsetenv GNUSTEP_USER_DOC
|
||||
unsetenv GNUSTEP_USER_DOC_MAN
|
||||
unsetenv GNUSTEP_USER_DOC_INFO
|
||||
|
||||
unsetenv GNUSTEP_SYSTEM_USERS_DIR
|
||||
unsetenv GNUSTEP_LOCAL_USERS_DIR
|
||||
unsetenv GNUSTEP_NETWORK_USERS_DIR
|
||||
|
|
|
@ -426,6 +426,8 @@ if [ -n "$GNUSTEP_SH_EXPORT_ALL_VARIABLES" ]; then
|
|||
export GNUSTEP_USER_APPS GNUSTEP_USER_ADMIN_APPS GNUSTEP_USER_WEB_APPS GNUSTEP_USER_TOOLS GNUSTEP_USER_ADMIN_TOOLS
|
||||
export GNUSTEP_USER_LIBRARY GNUSTEP_USER_HEADERS GNUSTEP_USER_LIBRARIES
|
||||
export GNUSTEP_USER_DOC GNUSTEP_USER_DOC_MAN GNUSTEP_USER_DOC_INFO
|
||||
|
||||
export GNUSTEP_SYSTEM_USERS_DIR GNUSTEP_LOCAL_USERS_DIR GNUSTEP_NETWORK_USERS_DIR
|
||||
else
|
||||
unset GNUSTEP_SYSTEM_APPS
|
||||
unset GNUSTEP_SYSTEM_ADMIN_APPS
|
||||
|
@ -474,6 +476,10 @@ else
|
|||
unset GNUSTEP_USER_DOC
|
||||
unset GNUSTEP_USER_DOC_MAN
|
||||
unset GNUSTEP_USER_DOC_INFO
|
||||
|
||||
unset GNUSTEP_SYSTEM_USERS_DIR
|
||||
unset GNUSTEP_LOCAL_USERS_DIR
|
||||
unset GNUSTEP_NETWORK_USERS_DIR
|
||||
fi
|
||||
|
||||
if [ -n "$GS_ZSH_NEED_TO_RESTORE_SET" ]; then
|
||||
|
|
Loading…
Reference in a new issue