Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mckays630 committed May 2, 2014
1 parent e9e4a1f commit bc07dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/gbrowse_syn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
if 0; # not running under some shell


DEFAULT_CONF => '/etc/apache2/gbrowse/synteny';
use constant DEFAULT_CONF => '/etc/apache2/gbrowse/synteny';

our $CONF_DIR = "$ENV{GBROWSE_CONF}/synteny" || DEFAULT_CONF;
our $VERSION = '$Id: gbrowse_details,v 1.7 2009-08-27 19:13:18 idavies Exp $';
Expand Down

0 comments on commit bc07dc2

Please sign in to comment.