project-config/jenkins/scripts/run-xmllint.sh
Steve Kowalik e3060b094c Switch to using $() for subshells, part 2
Cleanup every use of `` for subshells in the jenkins/scripts
directory, replacing them with $(), and finally making the
scripts consistent.

Change-Id: Id3e45fb873c1ebeae6ab63a0caa4c427a7ccbb62
2015-06-04 15:33:48 +10:00

5 lines
85 B
Bash
Executable File

#!/bin/bash -xe
mkdir -p target/
/usr/bin/xmllint -noent $1 > target/$(basename $1)