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.
1 parent 7cdeafa commit 1b2abdfCopy full SHA for 1b2abdf
2 files changed
client_source/sqlplus/file_list
@@ -23,7 +23,7 @@ fi
23
fullOutPath="$clientPath/$outFileName"
24
fullScanPath="$projectPath/$scanPath"
25
26
-# If scan path was -, bypass the file list generation.
+# If scan path is "-", bypass the file list generation.
27
if [ "$scanPath" == "-" ]; then
28
echo "begin" > $fullOutPath
29
echo " open :$sqlParamName for select null from dual;" >> $fullOutPath
client_source/sqlplus/ut_run
@@ -9,7 +9,7 @@ if [ ! "$clientDir" == "${clientDir/ /}" ]; then
9
exit 1
10
fi
11
12
-if [ "$@" == "" ]; then
+if [ -z "$@" ]; then
13
echo "Usage: ut_run user/password@database [options...]"
14
15
0 commit comments