> try r44284, hopefully fixed.

perhaps buggy:

-    CMDLINE="`basename $0`"
+    CMDLINE="`basename "$0"`"


becomes "`basename " + $0 + "`"

afair the " do not nest.

maybe outer quotes are not needed?
(but regardless I'm fairly sure this is not the cause of the v.colors bug, just 
a red herring)


?,
Hamish




_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to