summaryrefslogtreecommitdiff
path: root/scripts/snarf-check-and-output-texi
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2001-08-01 05:09:30 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2001-08-01 05:09:30 +0000
commit8c914f6b696392a0e451e060cab9c66ca00f25d7 (patch)
treec4be4a949e1cdff9203e0f094ba2d03e42109773 /scripts/snarf-check-and-output-texi
parent9be745030e215de6a0ee5e14e0d1e5c0398c704f (diff)
downloadguile-8c914f6b696392a0e451e060cab9c66ca00f25d7.tar.gz
In boilerplate, use -l$0. Thanks to Daniel Skarda.
Diffstat (limited to 'scripts/snarf-check-and-output-texi')
-rwxr-xr-xscripts/snarf-check-and-output-texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/snarf-check-and-output-texi b/scripts/snarf-check-and-output-texi
index e3c84f540..bc1287b38 100755
--- a/scripts/snarf-check-and-output-texi
+++ b/scripts/snarf-check-and-output-texi
@@ -1,7 +1,7 @@
#!/bin/sh
# aside from this initial boilerplate, this is actually -*- scheme -*- code
main="(module-ref (resolve-module '(scripts snarf-check-and-output-texi)) 'main)"
-exec ${GUILE-guile} -c "(apply $main (cdr (command-line)))" "$@"
+exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
!#
;;; snarf-check-and-output-texi --- called by the doc snarfer.