Skip to content

Commit

Permalink
Updated script to operate in Travic CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jul 19, 2019
1 parent a243bfe commit 9131e04
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/buildTermConfig.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
#!/bin/bash
set -e
set -u

PWD=`pwd`
PROG="`basename $0`"
if [ `basename $PWD` != "schemaorg" ]
Expand Down Expand Up @@ -74,7 +77,7 @@ function doExtension {
}" >> $TARGET
fi
)
return $output
return
}

function doDocs {
Expand Down

0 comments on commit 9131e04

Please sign in to comment.