diff options
author | Jamie McCracken <jamiemcc@src.gnome.org> | 2006-11-12 18:02:28 +0000 |
---|---|---|
committer | Jamie McCracken <jamiemcc@src.gnome.org> | 2006-11-12 18:02:28 +0000 |
commit | 98169b0bce6d665cf2c5d22afa53c950e59cfa8d (patch) | |
tree | 913e94e49d9bfd270b74acf7b2e1654d66eab61e /filters | |
parent | 95e250d990dc989a66f4da3fed5a147f17c7c4b2 (diff) | |
download | tracker-98169b0bce6d665cf2c5d22afa53c950e59cfa8d.tar.gz |
fixed params
Diffstat (limited to 'filters')
-rw-r--r-- | filters/application/x-abiword_filter | 2 | ||||
-rw-r--r-- | filters/text/xml_filter | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filters/application/x-abiword_filter b/filters/application/x-abiword_filter index a9ebc96e7..4042a6fee 100644 --- a/filters/application/x-abiword_filter +++ b/filters/application/x-abiword_filter @@ -1,6 +1,6 @@ #!/bin/sh -nice -n19 xsltproc - "$1" <<EOF +nice -n19 xsltproc - "$1" > "$2" <<EOF <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" diff --git a/filters/text/xml_filter b/filters/text/xml_filter index a9ebc96e7..4042a6fee 100644 --- a/filters/text/xml_filter +++ b/filters/text/xml_filter @@ -1,6 +1,6 @@ #!/bin/sh -nice -n19 xsltproc - "$1" <<EOF +nice -n19 xsltproc - "$1" > "$2" <<EOF <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |