diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 17:55:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 17:55:37 +0100 |
commit | 617c6f9acb8b936bf078ebe7afc3a69f2272f6a1 (patch) | |
tree | 68fcca319be2ed463899ff952c364e7c4e6aa102 /doc/info/chap/hooks.texinfo | |
parent | hooks (diff) | |
download | sat-617c6f9acb8b936bf078ebe7afc3a69f2272f6a1.tar.gz sat-617c6f9acb8b936bf078ebe7afc3a69f2272f6a1.tar.bz2 sat-617c6f9acb8b936bf078ebe7afc3a69f2272f6a1.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap/hooks.texinfo')
-rw-r--r-- | doc/info/chap/hooks.texinfo | 2 |
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} |