mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed typo causing GNUSTEP_USER_DIR_WEB_APPS not to be removed from the env
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6fa640ca9a
commit
2dbcf92a50
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* filesystem.sh.in: Fixed typo which was causing
|
||||
GNUSTEP_USER_DIR_WEB_APPS not to be removed from the environment.
|
||||
|
||||
2008-01-09 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* relative_path.sh: Added optional third parameter to specify
|
||||
|
|
|
@ -231,7 +231,7 @@ case "$GNUSTEP_USER_DIR_WEB_APPS" in
|
|||
*) # Something else
|
||||
GNUSTEP_USER_WEB_APPS="$GNUSTEP_HOME/$GNUSTEP_USER_DIR_WEB_APPS";;
|
||||
esac
|
||||
unset GNUSTEP_USER_DIR_ADMIN_APPS
|
||||
unset GNUSTEP_USER_DIR_WEB_APPS
|
||||
|
||||
case "$GNUSTEP_USER_DIR_TOOLS" in
|
||||
/*) GNUSTEP_USER_TOOLS="$GNUSTEP_USER_DIR_TOOLS";;
|
||||
|
|
Loading…
Reference in a new issue