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:
+1
-1
@@ -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
|
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
|
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
|
# define only, if not already set
|
||||||
export RUN_WITHOUT_APP_SERVER=1
|
export RUN_WITHOUT_APP_SERVER=1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user