Overview
Comment:Handle free version of reduce.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 29d5d2c295d9d57e22c308ca443756fbcd2812d7c9f695efa66ae9cb17fca3c3
User & Date: gawthrop@users.sourceforge.net on 2013-08-16 03:05:01.000
Other Links: branch diff | manifest | tags
Context
2013-08-21
05:26:06
*** empty log message *** check-in: 9aff77c312 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2013-08-16
03:05:01
Handle free version of reduce. check-in: 29d5d2c295 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2013-07-22
03:28:00
Generate usage comment check-in: 307f4a89d2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop 1998

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.6  2005/02/17 22:15:35  geraint
## Added missing quotes to conditional expression.
##
## Revision 1.5  2005/02/17 18:36:38  geraint
## Removed a bash-ism: replaced [[ conditional ]] with [ conditional ]
##
## Revision 1.4  2003/08/06 22:39:40  geraint
## Fixed reporting of non-existent software, no longer says "is OK and has version .".
##
## Revision 1.3  2002/04/28 18:41:26  geraint
72
73
74
75
76
77
78
79

80
81
82

83
84
85
75
76
77
78
79
80
81

82
83
84

85
86
87
88







-
+


-
+



print_version xfig $version

echo Trying fig2dev ...
fig2dev -h > mtt_junk; version=`grep -i patchlevel mtt_junk`
print_version fig2dev $version

echo Trying reduce ...
reduce >mtt_junk 2>1 <<EOF
reduce -w >mtt_junk 2>1 <<EOF
bye;
EOF
version=`grep  REDUCE mtt_junk`
version=`grep  -i REDUCE mtt_junk`
print_version reduce $version



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]