[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Release-critical Bugreport for July 14, 2000



> Package: xfree86-common (debian/main)
> Maintainer: Branden Robinson <branden@debian.org>
>   66786  xfree86-common: Xsession fails to read Xresources
>   67213  xfree86-common: (another?) report about broken Xsession

 This one is too easy:

 if [ -d $sysresources ]; then
   for resourcefile in $sysresources/*; do
     if [ -f $resourcefile ]; then
-      if expr $resourcefile : '.*/[:alnum:_-]*$' > /dev/null 2>&1; then
+      if expr $resourcefile : '.*/[[:alnum:]_-]*$' > /dev/null 2>&1; then
         xrdb -merge $resourcefile
       fi
     fi
   done
 fi



Reply to: