diff options
Diffstat (limited to 'macros/mate-autogen')
-rw-r--r-- | macros/mate-autogen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/mate-autogen b/macros/mate-autogen index 97869f9..0e8f986 100644 --- a/macros/mate-autogen +++ b/macros/mate-autogen @@ -74,7 +74,7 @@ compare_versions() { ch_min_version=$1 ch_actual_version=$2 ch_status=0 - IFS="${IFS= }"; ch_save_IFS="$IFS"; IFS="." + IFS="${IFS= }"; ch_save_IFS="$IFS"; IFS="." set $ch_actual_version for ch_min in $ch_min_version; do ch_cur=`echo $1 | sed 's/[^0-9].*$//'`; shift # remove letter suffixes |