mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Note new behaviour: set var [expr] no longer works.
This commit is contained in:
@@ -45,6 +45,6 @@ if test "$GCC" = yes; then
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS(setenv unsetenv glob)
|
||||
VERSION=03.01.05
|
||||
VERSION=03.01.06
|
||||
AC_SUBST(VERSION)
|
||||
AC_OUTPUT(src/Makefile www/Makefile src/version.h)
|
||||
|
||||
12
man/remind.1
12
man/remind.1
@@ -2644,8 +2644,16 @@ exceptions:
|
||||
.TP
|
||||
o
|
||||
If \fBRemind\fR is expecting an expression, as in the \fBSET\fR command,
|
||||
or the \fBIF\fR command, then no expression pasting takes place. The
|
||||
expression is simply evaluated as if the square brackets were not there.
|
||||
or the \fBIF\fR command, you should \fBnot\fR include square brackets.
|
||||
FOr example, use:
|
||||
.PP
|
||||
.nf
|
||||
SET a 4+5
|
||||
.fi
|
||||
and not:
|
||||
.nf
|
||||
SET a [4+5]
|
||||
.fi
|
||||
.TP
|
||||
o
|
||||
You cannot use expression pasting for the first token on a line.
|
||||
|
||||
Reference in New Issue
Block a user