mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
* guile-doc-snarf.in: Don't use absolute path for `sed'. (Note
that we can't use autoconf for this. Autoconf itself relies on the existence of `sed' somewhere on your path. (Thanks to Dirk Herrman.)
This commit is contained in:
parent
b44a555abf
commit
a1bfef7f94
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ filename=`basename $fullfilename`
|
|||
# because the makefile redirects output to the .x file
|
||||
# which creates the file before the inclusion occurs)
|
||||
# --12/12/99 gjb
|
||||
no_ext=`echo $filename | /bin/sed 's/\.[^.]*$//g'`
|
||||
no_ext=`echo $filename | sed 's/\.[^.]*$//g'`
|
||||
dot_doc=${no_ext}.doc
|
||||
|
||||
temp="/tmp/snarf.$$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue