[svn r264] Bug found in Maemo when using the Bash Shell "+=" operator (it is not recognizable). Fixed. trunk
authorrosfran
Thu Jan 11 18:23:41 2007 +0000 (2007-01-11)
branchtrunk
changeset 2638522636169df
parent 262 91a24122e3ae
child 264 6d84a80de234
[svn r264] Bug found in Maemo when using the Bash Shell "+=" operator (it is not recognizable). Fixed.
gmyth/autogen.sh
     1.1 --- a/gmyth/autogen.sh	Thu Jan 11 17:36:33 2007 +0000
     1.2 +++ b/gmyth/autogen.sh	Thu Jan 11 18:23:41 2007 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  CONFIGURE_DEF_OPT='--enable-maintainer-mode'
     1.6  # uncomment below to disable the UPnP features
     1.7 -CONFIGURE_DEF_OPT+=' --disable-upnp'
     1.8 +CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --disable-upnp"
     1.9  CONFIGURE_EXT_OPT="$@"
    1.10  
    1.11  autogen_options