Skip to content

Commit

Permalink
Item11874: use {Debug} setting
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BibtexPlugin@14850 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed May 18, 2012
1 parent da039a3 commit a7f4cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/BibtexPlugin.pm
Expand Up @@ -19,12 +19,12 @@ use File::Basename;
use Config;

our $VERSION = '$Rev$';
our $RELEASE = '2.1';
our $RELEASE = '2.1.1';
our $pluginName = 'BibtexPlugin';
our $NO_PREFS_IN_TOPIC = 0;
our $SHORTDESCRIPTION = 'Embed <nop>BibTeX entries.';
our $RENDER_SCRIPT = $Foswiki::cfg{ToolsDir} . '/bibtex_render.sh';
our $DEBUG = 1;
our $DEBUG = $Foswiki::cfg{Plugins}{BibtexPlugin}{Debug};

my $bibtexCmd = $Foswiki::cfg{Plugins}{BibtexPlugin}{bibtex}
|| '/usr/bin/bibtex';
Expand Down

0 comments on commit a7f4cbf

Please sign in to comment.