aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-30 17:55:37 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-30 17:55:37 +0100
commit617c6f9acb8b936bf078ebe7afc3a69f2272f6a1 (patch)
tree68fcca319be2ed463899ff952c364e7c4e6aa102
parenthooks (diff)
downloadsat-617c6f9acb8b936bf078ebe7afc3a69f2272f6a1.tar.gz
sat-617c6f9acb8b936bf078ebe7afc3a69f2272f6a1.tar.bz2
sat-617c6f9acb8b936bf078ebe7afc3a69f2272f6a1.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--doc/info/chap/hooks.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/hooks.texinfo b/doc/info/chap/hooks.texinfo
index f104950..9dec27d 100644
--- a/doc/info/chap/hooks.texinfo
+++ b/doc/info/chap/hooks.texinfo
@@ -38,7 +38,7 @@ is to use the script
#!/bin/sh
action="$1"
shift 1
-exec wall -n "sat: $action $JOBNAME ($*)"
+exec wall -n "sat: $action: $JOBNAME ($*)"
@end example
@noindent
and always set the environment variable @env{JOBNAME}