Update build.sh
This commit is contained in:
parent
933cbdca5d
commit
b58e860bba
2
build.sh
2
build.sh
@ -2,7 +2,7 @@
|
||||
|
||||
process_template ( ) {
|
||||
processed_filename=$(dirname $1)/$(basename $1 .tmpl)
|
||||
echo "Processing template $1 -> $processed_filename with args $2"
|
||||
echo "Processing template $1 -> $processed_filename"
|
||||
sh -c "sigil -f $1 -p $2 > $processed_filename"
|
||||
rm $1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user