Skip to content

Commit 23b0b43

Browse files
authored
Merge pull request #4085 from OAI/ralfhandl-patch-1
3.1.1: align format-markdown.sh with v3.0.4-dev
2 parents 9311268 + ce1c8e1 commit 23b0b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format-markdown.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SRCDIR="$(dirname "${BASH_SOURCE[0]}")" # check on Windows
3+
SRCDIR="$(dirname "${BASH_SOURCE[0]}")"
44

55
for filename in $*; do
66
# mostly to format code blocks with examples, unfortunately messes up bullet lists and tables

0 commit comments

Comments
 (0)