%%% Created Mon Jan 23 16:38:52 MST 2006 by target lynx.patch. %%% diff -bru orig/lynx2-8-6/scripts/cfg_path.sh lynx2-8-6/scripts/cfg_path.sh --- orig/lynx2-8-6/scripts/cfg_path.sh Sun Jan 22 18:16:14 2006 +++ lynx2-8-6/scripts/cfg_path.sh Mon Jan 23 16:20:31 2006 @@ -1,5 +1,5 @@ #!/bin/sh # Use this script for substituting the configured path into lynx.cfg - # not all paths begin with a slash. -SECOND=`echo "$2" | sed -e s,^/,,` -sed -e "/^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]\+:file/s,/PATH_TO/$1,/$SECOND," +SECOND=`echo "$2" | sed -e 's,^/,,'` +sed -e "/^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]*:file:/s,/PATH_TO/$1,/$SECOND,"