diff options
author | Monwarez <monwarez@gmail.com> | 2016-11-26 02:28:56 +0100 |
---|---|---|
committer | Thibault Payet <monwarez@gmail.com> | 2017-07-26 00:18:53 +0200 |
commit | bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40 (patch) | |
tree | 09b7c88e828e3dd779658cc575df3e26c66696b6 /testxml/xsd | |
parent | e56a2a0f64c12f9fbeaccfa378fcddfb3620e74d (diff) | |
download | evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.tar.gz evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.tar.bz2 evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.tar.xz evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.zip |
use env instead of full path to bash
Diffstat (limited to 'testxml/xsd')
-rwxr-xr-x | testxml/xsd/checkfile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/xsd/checkfile.sh b/testxml/xsd/checkfile.sh index e03c4da..90df1f1 100755 --- a/testxml/xsd/checkfile.sh +++ b/testxml/xsd/checkfile.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash xmllint --format --schema tmw.xsd "${1}" 2>&1 >/dev/null | \ grep -v ": Skipping import of schema located at " | \ |