Author: branden Date: 2005-05-12 00:28:34 -0500 (Thu, 12 May 2005) New Revision: 2254
Modified: trunk/debian/CHANGESETS trunk/debian/shell-lib.sh Log: Fix one-char typo that prevented font_update() from working. Modified: trunk/debian/CHANGESETS =================================================================== --- trunk/debian/CHANGESETS 2005-05-11 18:00:58 UTC (rev 2253) +++ trunk/debian/CHANGESETS 2005-05-12 05:28:34 UTC (rev 2254) @@ -50,7 +50,7 @@ font aliases, and can provoke warnings from that command if their non-transcoded counterpart packages are not installed. Thanks to Gregory Colpart for catching this. (Closes: #287221) - 2226 + 2226, 2254 Stop using non-POSIX "local" keyword in shell-lib.sh. 2233 Modified: trunk/debian/shell-lib.sh =================================================================== --- trunk/debian/shell-lib.sh 2005-05-11 18:00:58 UTC (rev 2253) +++ trunk/debian/shell-lib.sh 2005-05-12 05:28:34 UTC (rev 2254) @@ -394,7 +394,7 @@ #local dir cmd shortcmd x_font_dir_prefix - x_font_dir_prefix="/usr/X11R6/lib/X11/fonts" + _x_font_dir_prefix="/usr/X11R6/lib/X11/fonts" if [ -z "$UPDATECMDS" ]; then usage_error "font_update() called but \$UPDATECMDS not set" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]