Bug 297139 - Malformed test in configure, patch by Mark Mentovai <mark@moxienet.com>, r=cls a=asa

This commit is contained in:
bsmedberg%covad.net 2005-06-09 12:32:53 +00:00
Родитель bd227b6c2b
Коммит d403118fcf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -857,7 +857,7 @@ WINCE)
;;
esac
if "$OS_ARCH" = "NCR"; then
if test "$OS_ARCH" = "NCR"; then
OS_RELEASE=`awk '{print $3}' /etc/.relid | sed 's/^\([0-9]\)\(.\)\(..\)\(.*\)$/\2.\3/'`
fi