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
9
9
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
10
10
# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
11
11
# 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
13
13
# echo "embedMarkdownIncludes: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
14
14
15
15
template_markdown_file=" $1 "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set -o errexit -o pipefail
9
9
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
10
10
# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
11
11
# 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
13
13
# echo "formatQueryResultAsMarkdownTable: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
14
14
15
15
echo " 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
11
11
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
12
12
# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
13
13
# 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
15
15
echo " testEmbedMarkdownIncludes: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR} " >&2
16
16
17
17
tearDown () {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set -o errexit -o pipefail
11
11
# Even if $BASH_SOURCE is made for Bourne-like shells it is also supported by others and therefore here the preferred solution.
12
12
# CDPATH reduces the scope of the cd command to potentially prevent unintended directory changes.
13
13
# 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
15
15
# echo "testFormatQueryResultAsMarkdownTable: MARKDOWN_SCRIPTS_DIR=${MARKDOWN_SCRIPTS_DIR}" >&2
16
16
17
17
tearDown () {
You can’t perform that action at this time.
0 commit comments