Skip to content

Commit 03f266d

Browse files
authored
Merge pull request #44 from AtomGraph/develop
Add set -e to ttl-to-html.sh so failures are not silently ignored
2 parents 0634096 + f9f8d8b commit 03f266d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ttl-to-html.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -e
23
# absolute path to output and temp RDF folders
34
OUTPUT_FOLDER="$PWD"/html
45
RDF_FOLDER="$PWD"/rdf

0 commit comments

Comments
 (0)