commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue-luca] r25 - trunk/bin


From: reinhard
Subject: [gnue-luca] r25 - trunk/bin
Date: Thu, 1 Mar 2007 14:23:36 -0600 (CST)

Author: reinhard
Date: 2007-03-01 14:23:36 -0600 (Thu, 01 Mar 2007)
New Revision: 25

Added:
   trunk/bin/form-cc
Log:
Added script for currency calculator form.


Added: trunk/bin/form-cc
===================================================================
--- trunk/bin/form-cc   2007-03-01 20:09:19 UTC (rev 24)
+++ trunk/bin/form-cc   2007-03-01 20:23:36 UTC (rev 25)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# Prefer CVS versions if available
+if [ "`type -t gcvs`" == "file" ]; then
+  gnue_forms="gfcvs"
+else
+  gnue_forms="gnue-forms"
+fi
+
+${gnue_forms} --connections=etc/connections.conf \
+              $* \
+             modules/base/currcalc.gfd


Property changes on: trunk/bin/form-cc
___________________________________________________________________
Name: svn:executable
   + *





reply via email to

[Prev in Thread] Current Thread [Next in Thread]