You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Joe Schaefer (JIRA)" <ji...@apache.org> on 2010/11/21 15:19:13 UTC

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

     [ https://issues.apache.org/jira/browse/INFRA-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Schaefer closed INFRA-2788.
-------------------------------

    Resolution: Fixed

> 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.