guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: Fix scheme-scripts markup.


From: Andy Wingo
Subject: [Guile-commits] 01/03: Fix scheme-scripts markup.
Date: Wed, 1 Mar 2017 15:51:16 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit c2ab4a3b22e4d995a1365f89e2eb426c559dc64d
Author: Andy Wingo <address@hidden>
Date:   Wed Mar 1 21:44:53 2017 +0100

    Fix scheme-scripts markup.
    
    * doc/ref/scheme-scripts.texi (Scripting Examples): Fix $@ rendering in
      texinfo.
---
 doc/ref/scheme-scripts.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi
index d845148..221c8ba 100644
--- a/doc/ref/scheme-scripts.texi
+++ b/doc/ref/scheme-scripts.texi
@@ -455,7 +455,7 @@ take care to quote the command arguments correctly:
 
 @example
 #!/usr/bin/env sh
-exec guile -l fact -e '(@@ (fac) main)' -s "$0" "$@"
+exec guile -l fact -e '(@@ (fac) main)' -s "$0" "$@@"
 !#
 (define-module (fac)
   #:export (main))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]