summaryrefslogtreecommitdiffstats
path: root/display/fresco/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'display/fresco/PREPARE')
-rwxr-xr-xdisplay/fresco/PREPARE9
1 files changed, 9 insertions, 0 deletions
diff --git a/display/fresco/PREPARE b/display/fresco/PREPARE
new file mode 100755
index 0000000000..cff2086282
--- /dev/null
+++ b/display/fresco/PREPARE
@@ -0,0 +1,9 @@
+if ! grep -q CVS $SPELL_CONFIG
+then
+ CVS=no &&
+ if query "Would you like to build the latest cvs version of $SPELL ?" n
+ then CVS=yes
+ fi &&
+
+ echo CVS=$CVS >> $SPELL_CONFIG
+fi