From ff2006dc594fedabdced7f33ef731065b97c86e8 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Mon, 19 Jun 2006 18:38:17 +0000 Subject: [PATCH] Add MacOS X startup scripts --- .../serverruntime/scripts/macosx/auth.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl index bf5a88bddda..9d74c13db8b 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/auth.pl @@ -41,6 +41,6 @@ print "success\n"; $classpath = $ENV{CLASSPATH}; $server = "org.eclipse.dstore.core.server.Server"; $inner_command = "$java -cp $classpath -DA_PLUGIN_PATH=$plugin_path -DDSTORE_SPIRIT_ON=true $server $port $timeout $ticket"; -$outer_command = "su $user -l -c '$inner_command'"; +$outer_command = "su $user -c '$inner_command'"; system($outer_command); exit 1;