aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/oracle/oracle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/oracle/oracle b/build/oracle/oracle
index 276ac4d..9228025 100755
--- a/build/oracle/oracle
+++ b/build/oracle/oracle
@@ -65,9 +65,10 @@ elif [ -n "$service" ]; then
conn="$conn@$service"
fi
-opt="-L -S $opt"
+opt="-L $opt"
if [ -n "$1" ]; then
+ opt="-S $opt"
exec $driver $opt $conn @$1
else
exec $driver $opt $conn