aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-10 00:09:17 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-10 00:09:17 -0200
commit6a2dbc6debdffdd8ff179cc12b955e8ea295505b (patch)
tree36278b4a29660d57bf5ebc3e44d0b4930ae0888e /scripts
parentfixed a bunch of tests (diff)
downloadg-octave-6a2dbc6debdffdd8ff179cc12b955e8ea295505b.tar.gz
g-octave-6a2dbc6debdffdd8ff179cc12b955e8ea295505b.tar.bz2
g-octave-6a2dbc6debdffdd8ff179cc12b955e8ea295505b.zip
encoding fixes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/g-octave2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/g-octave b/scripts/g-octave
index 8951f43..876bcf7 100755
--- a/scripts/g-octave
+++ b/scripts/g-octave
@@ -285,7 +285,7 @@ def main():
updates.extract()
log.info('Checking SHA1 checksums ...')
- out.ebegin('Checking SHA1 checksums ...')
+ out.ebegin('Checking SHA1 checksums')
if sha1_check_db(DescriptionTree()):
out.eend(0)
else: