From 168f3cf6ba577a5494f0e0607c9e716aaace50fd Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Sat, 22 Apr 2006 20:19:08 +0000 Subject: [PATCH] adding shebang notation to scripts --- .../org.eclipse.rse.services.dstore/serverruntime/server.aix | 3 ++- .../org.eclipse.rse.services.dstore/serverruntime/server.unix | 1 + .../serverruntime/server.zseries | 1 + .../serverruntime/setup.env.zseries | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.aix b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.aix index b826194cceb..06d0f3925ee 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.aix +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.aix @@ -1,4 +1,5 @@ -# Shell script to starat RSE communications server +#!/bin/sh +# Shell script to start an RSE communications server # This script will start the datastore listening on an available socket export serverpath=.; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.unix b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.unix index 22f779ddcb9..ee82a511904 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.unix +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.unix @@ -1,3 +1,4 @@ +#!/bin/sh # Shell script to starat RSE communications server # This script will start the datastore listening on an available socket export serverpath=.; diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.zseries b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.zseries index 46abc76d5e8..9ebc4e577ee 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.zseries +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/server.zseries @@ -1,3 +1,4 @@ +#!/bin/sh # # Shell script to start RSE communications server # This script will start the datastore listening on any socket diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/setup.env.zseries b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/setup.env.zseries index 9e8c12b01ce..9378f125dbf 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/setup.env.zseries +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/setup.env.zseries @@ -1,3 +1,4 @@ +#!/bin/sh # # QShell script to start RSE communications server # Usage: runServer portNumber socketTimeOut