diff --git a/git-getperl.sh b/git-getperl.sh index e2ecdb5..e3bd1cf 100755 --- a/git-getperl.sh +++ b/git-getperl.sh @@ -450,7 +450,7 @@ SMEServer Koozali local git repo for $RepoName https://metacpan.org/pod/$MODULENAME ## Bugs -CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=${$ShortName}) +CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=${ShortName}) Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=$RepoName&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) @@ -464,7 +464,7 @@ git add -A echo "$RepoName git status" >>gitstatus.log git status >>gitstatus.log if [ $DEBUG ] ; then git status ; fi -COMMENT="initial create of smeserevr perl $MODULENAME on `date`" +COMMENT="initial create of smeserver perl $MODULENAME on `date`" git commit -m "$COMMENT" $QUIET # push the converted git repository to the remote