[Pkg-octave-commit] r1598 - octave-pkg-dev/trunk

Thomas Weber thomas-guest at alioth.debian.org
Mon Apr 7 09:58:56 UTC 2008


Author: thomas-guest
Date: 2008-04-07 09:58:56 +0000 (Mon, 07 Apr 2008)
New Revision: 1598

Modified:
   octave-pkg-dev/trunk/prerm-octpkg
Log:
long options need two dashes

Modified: octave-pkg-dev/trunk/prerm-octpkg
===================================================================
--- octave-pkg-dev/trunk/prerm-octpkg	2008-04-06 23:35:07 UTC (rev 1597)
+++ octave-pkg-dev/trunk/prerm-octpkg	2008-04-07 09:58:56 UTC (rev 1598)
@@ -2,5 +2,5 @@
 
 case "$1" in
     upgrade|remove|purge)
-        #OCTAVE# -norc --silent --no-history --no-site-file --eval "pkg ('rebuild');"
+        #OCTAVE# --norc --silent --no-history --no-site-file --eval "pkg ('rebuild');"
 esac




More information about the Pkg-octave-commit mailing list