diff options
author | Yigit Sever | 2019-09-26 23:46:56 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-26 23:46:56 +0300 |
commit | d73c248c5078be6661e87fe6bb95ba670844d258 (patch) | |
tree | 517a12dc2de447a1730249c9957b7dd23b779346 /demo.sh | |
parent | eb8c0e749b9739baea924245802797e64eece799 (diff) | |
download | Evaluating-Dictionary-Alignment-d73c248c5078be6661e87fe6bb95ba670844d258.tar.gz Evaluating-Dictionary-Alignment-d73c248c5078be6661e87fe6bb95ba670844d258.tar.bz2 Evaluating-Dictionary-Alignment-d73c248c5078be6661e87fe6bb95ba670844d258.zip |
Call tsv creator properly
Diffstat (limited to 'demo.sh')
-rwxr-xr-x | demo.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ | |||
20 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | 20 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE |
21 | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 21 | # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
22 | # | 22 | # |
23 | # | 23 | |
24 | set -o errexit -o pipefail -o noclobber -o nounset | ||
24 | 25 | ||
25 | ROOT="$(pwd)" | 26 | ROOT="$(pwd)" |
26 | SCRIPTS="${ROOT}/scripts" | 27 | SCRIPTS="${ROOT}/scripts" |