Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
5846e894
Commit
5846e894
authored
Sep 02, 2011
by
Guillaume Lazzara
Browse files
build-aux/texi2dvi: Fix a regular expression.
parent
a84a70d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5846e894
2011-09-02 Guillaume Lazzara <z@lrde.epita.fr>
* build-aux/texi2dvi: Fix a regular expression.
2011-09-02 Guillaume Lazzara <z@lrde.epita.fr>
* NEWS: List changes for the next release.
...
...
build-aux/texi2dvi
View file @
5846e894
...
...
@@ -1848,7 +1848,7 @@ input_file_name_decode ()
# If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
# prepend `./' in order to avoid that the tools take it as an option.
echo
"
$command_line_filename
"
|
$EGREP
'^(/|[A-z]:/)'
>
&6
\
echo
"
$command_line_filename
"
|
$EGREP
'^(/|[A-
Za-
z]:/)'
>
&6
\
||
command_line_filename
=
"./
$command_line_filename
"
# See if the file exists. If it doesn't we're in trouble since, even
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment