mirror of https://github.com/BOINC/boinc.git
Fixed underquoted sed patterns.
svn path=/trunk/boinc/; revision=9062
This commit is contained in:
parent
9798e714c7
commit
4da6f7aed9
|
@ -6,7 +6,7 @@ AC_DEFUN([BOINC_PLATFORM],[
|
|||
[boinc_platform=])
|
||||
AC_MSG_CHECKING([boinc platform])
|
||||
if test -z "${boinc_platform}" ; then
|
||||
boinc_platform=`echo $target | $SED -e 's/redhat/pc/' -e 's/[0-9]$//' -e 's/[0-9]$//' -e 's/\.$//' -e 's/[0-9]$//'`
|
||||
boinc_platform=`echo $target | $SED -e 's/redhat/pc/' -e 's/[[0-9]]$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//'`
|
||||
case "${boinc_platform}" in
|
||||
sparc-sun-solaris)
|
||||
if test "$COMPILER_MODEL_BITS" = "64" ; then
|
||||
|
|
Loading…
Reference in New Issue