From 39a9f7d98261003b1915fa17a14652767a734b5c Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Nov 29 2011 11:51:45 +0000 Subject: script consistency git-svn-id: https://svn.fedorahosted.org/svn/xmlto@67 eb1b79c1-ba03-4820-82f3-b60cf523859b --- diff --git a/xmlto.in b/xmlto.in index 0ffb71f..f4570cc 100755 --- a/xmlto.in +++ b/xmlto.in @@ -240,7 +240,7 @@ then else # we should enable fop.extensions for fop 0_17,0_18 and 0_20*, # fop1.extensions for the rest - if test x`$FOP_PATH -v 2>/dev/null | $GREP 0_[12]` == x; then + if [ x`$FOP_PATH -v 2>/dev/null | $GREP 0_[12]` = x ]; then FOPVERSION="fop1" else FOPVERSION="fop"