diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-02 21:03:41 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-07-02 21:03:41 -0300 |
commit | de6a5b96b1ac33806773e729a31d656008570d31 (patch) | |
tree | e4583ed2c3d6f5d87b632d1546c2485b7be74169 /scripts | |
parent | bug fixes: missing packages and missing $OCT_PKGDIR for fresh octave installa... (diff) | |
download | g-octave-de6a5b96b1ac33806773e729a31d656008570d31.tar.gz g-octave-de6a5b96b1ac33806773e729a31d656008570d31.tar.bz2 g-octave-de6a5b96b1ac33806773e729a31d656008570d31.zip |
small fixes and preparation to a new release0.2.1
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/g-octave | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/g-octave b/scripts/g-octave index 81703f6..3b834e1 100755 --- a/scripts/g-octave +++ b/scripts/g-octave @@ -189,7 +189,11 @@ def main(): out.einfo('No updates available.') return os.EX_OK - + else: + if options.sync: + out.eerror('"--sync" not available, please install g-octave-9999 if you want this.') + return os.EX_USAGE + check_db_cache() conf = Config() |