Fixed stupid mistake. RUN_WITHOUT_APP_SERVER is to be set when it is NOT yet set.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12243 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-04-04 23:19:42 +00:00
parent ae614d48fc
commit 1bd7e1b36c

View File

@ -97,7 +97,7 @@ resattr=$sourceDir/objects/${arch}.R1/tools/resattr/resattr
fsShellCommand=$sourceDir/objects/${arch}.R1/tests/add-ons/kernel/file_systems/fs_shell/fs_shell_command
bfsShell=$sourceDir/objects/${arch}.R1/tests/add-ons/kernel/file_systems/bfs/bfs_shell/bfs_shell
if [ x$RUN_WITHOUT_APP_SERVER != x ]; then
if [ x$RUN_WITHOUT_APP_SERVER = x ]; then
# define only, if not already set
export RUN_WITHOUT_APP_SERVER=1
fi