aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-02 21:03:41 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-02 21:03:41 -0300
commitde6a5b96b1ac33806773e729a31d656008570d31 (patch)
treee4583ed2c3d6f5d87b632d1546c2485b7be74169 /scripts
parentbug fixes: missing packages and missing $OCT_PKGDIR for fresh octave installa... (diff)
downloadg-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-xscripts/g-octave6
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()