File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -o errexit -o pipefail
99# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
1010# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
1111# This way non-standard tools like readlink aren't needed.
12- MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts
12+ MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts for markdown
1313# echo "embedMarkdownIncludes: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
1414
1515template_markdown_file=" $1 "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -o errexit -o pipefail
99# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
1010# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
1111# This way non-standard tools like readlink aren't needed.
12- MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts
12+ MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts for markdown
1313# echo "formatQueryResultAsMarkdownTable: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
1414
1515echo " formatQueryResultAsMarkdownTable: Will output in Markdown Table Format" >&2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set -o errexit -o pipefail
1111# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
1212# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
1313# This way non-standard tools like readlink aren't needed.
14- MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts
14+ MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts for markdown
1515echo " testEmbedMarkdownIncludes: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR} " >&2
1616
1717tearDown () {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set -o errexit -o pipefail
1111# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
1212# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
1313# This way non-standard tools like readlink aren't needed.
14- MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts
14+ MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR:- $( CDPATH=. cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " && pwd -P )} # Repository directory containing the shell scripts for markdown
1515# echo "testFormatQueryResultAsMarkdownTable: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
1616
1717tearDown () {
You can’t perform that action at this time.
0 commit comments