Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44772d + ccd4306 commit 3c51471Copy full SHA for 3c51471
2 files changed
client_source/sqlplus/file_list
100644
100755
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
set -e
3
4
clientPath=${1%/}
client_source/sqlplus/ut_run
# Not forget to convert line endings to Unix.
@@ -14,7 +14,7 @@ if [ "$clientDir" != "${clientDir% *}" ]; then
14
exit 1
15
fi
16
17
-if [ -z "$@" ]; then
+if [[ "$#" -eq 0 ]] ; then
18
echo "Usage: ut_run user/password@database [options...]"
19
20
0 commit comments