changeset 1324:84df2a0ce2db

fix typo in shell variable name usage
author jkeil
date Mon, 16 Jul 2001 10:42:35 +0000
parents 3e38a0c03567
children dcc6810426e1
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Jul 14 17:05:23 2001 +0000
+++ b/configure	Mon Jul 16 10:42:35 2001 +0000
@@ -343,7 +343,7 @@
 # out which assembler is used by the $_cc compiler
 if [ "$_as" = auto ]; then
   _as=`$_cc -print-prog-name=as`
-  if [ "_$as" = "" ]; then
+  if [ "$_as" = "" ]; then
     _as=as
   fi
 fi