git@sv
/
enscript.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
45a1785
)
over.in: Use "$@" instead of $*.
author
Tim Retout
<diocles@gnu.org>
Wed, 30 Dec 2009 17:37:26 +0000
(17:37 +0000)
committer
Tim Retout
<diocles@gnu.org>
Wed, 30 Dec 2009 17:37:26 +0000
(17:37 +0000)
states/ChangeLog
patch
|
blob
|
history
states/over.in
patch
|
blob
|
history
diff --git
a/states/ChangeLog
b/states/ChangeLog
index bb2425eb792eb7d5e04c781a88fdb35e695c4b82..4a4bd6c7b6b41afa3d661e9e08ed159f758e92f3 100644
(file)
--- a/
states/ChangeLog
+++ b/
states/ChangeLog
@@
-1,3
+1,7
@@
+2009-12-30 Tim Retout <diocles@gnu.org>
+
+ * over.in: Use "$@" instead of $*.
+
2009-01-13 Tim Retout <diocles@gnu.org>
* gram.c, gram.h, lex.c: Remove generated files from repository.
diff --git
a/states/over.in
b/states/over.in
index efd23b77a44c32ce6043c76666c318ed1c02ac8e..1a854e9318623a95ce5dc7c9c512418c27d69940 100644
(file)
--- a/
states/over.in
+++ b/
states/over.in
@@
-2,4
+2,4
@@
librarydir=@LIBRARYDIR@
-enscript -E -p- --quiet --language=overstrike
$*
2>&1 | less
+enscript -E -p- --quiet --language=overstrike
"$@"
2>&1 | less