We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e1099 commit 04cd36cCopy full SHA for 04cd36c
development/cleanup.sh
@@ -3,7 +3,7 @@
3
#goto git root directory
4
git rev-parse && cd "$(git rev-parse --show-cdup)"
5
6
-#. development/env.sh
+. development/env.sh
7
8
"${SQLCLI}" sys/${ORACLE_PWD}@//${CONNECTION_STR} AS SYSDBA <<-SQL
9
set echo on
development/install.sh
header="******************************************************************************************"
if ! development/cleanup.sh; then
0 commit comments