File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22
33# goto git root directory
44git rev-parse && cd " $( git rev-parse --show-cdup) "
55
6- . development/env.sh
6+ . ./ development/env.sh
77
88" ${SQLCLI} " sys/${ORACLE_PWD} @//${CONNECTION_STR} AS SYSDBA << -SQL
99set echo on
Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22
33# goto git root directory
44git rev-parse && cd " $( git rev-parse --show-cdup) "
55
6- . development/env.sh
6+ . ./ development/env.sh
77
88header=" ******************************************************************************************"
99if ! development/cleanup.sh; then
Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22
33# goto git root directory
44git rev-parse && cd " $( git rev-parse --show-cdup) "
55
6- . development/env.sh
6+ . ./ development/env.sh
77
88# remove sub-direcotry containing main branch shallow copy
99rm -rf ${UTPLSQL_DIR:- utPLSQL_latest_release}
Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22
33# goto git root directory
44git rev-parse && cd " $( git rev-parse --show-cdup) "
Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22
33export SQLCLI=sql # For sqlcl client
44# export SQLCLI=sqlplus # For sqlplus client
You can’t perform that action at this time.
0 commit comments