e3060b094c
Cleanup every use of `` for subshells in the jenkins/scripts directory, replacing them with $(), and finally making the scripts consistent. Change-Id: Id3e45fb873c1ebeae6ab63a0caa4c427a7ccbb62
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
mkdir -p target/
|
|
/usr/bin/xmllint -noent $1 > target/$(basename $1)
|