Skip to content

Commit

Permalink
Fixed documentation version env handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyarakun committed Apr 28, 2010
1 parent 450a4a8 commit 61cf6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

# read version from env/file.
if os.environ.has_key('GROONGA_VERSION'):
version_sh = os.environ['GROONGA_VERSION']
version_sh = 'GROONGA_VERSION=' + os.environ['GROONGA_VERSION']
else:
version_sh = open(os.path.join(os.path.dirname(__file__), '../../../version.sh')).read()

Expand Down

0 comments on commit 61cf6b7

Please sign in to comment.