You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Tony Stevenson (JIRA)" <ji...@apache.org> on 2010/11/02 16:04:25 UTC

[jira] Commented: (INFRA-2788) shorten.pl has incorrect $dbfile definition

    [ https://issues.apache.org/jira/browse/INFRA-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927452#action_12927452 ] 

Tony Stevenson commented on INFRA-2788:
---------------------------------------

Sebb, 

Do you have a patch?  If so, send it over and I'll see about patching it


> shorten.pl has incorrect $dbfile definition
> -------------------------------------------
>
>                 Key: INFRA-2788
>                 URL: https://issues.apache.org/jira/browse/INFRA-2788
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>         Environment: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/shorten/shorten.pl
>            Reporter: Sebb
>            Priority: Minor
>
> I think the line
> $dbfile = '../db/store.dbm';
> should really be
> $dbfile = 'store.dbm';
> because the file is relative to the -Home flag, not the current working directory.
> The ../db obviously works, but serves no purpose.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.