Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ionen-angewandte-physik
AG-Wester
bibtools
Commits
cb380548
Commit
cb380548
authored
Feb 12, 2020
by
User expired
Browse files
Adjust two warnings to the respective script
parent
0cade9fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bin/bib-name
bin/bib-name
+1
-1
bin/bib-pdfinsert
bin/bib-pdfinsert
+1
-1
No files found.
bin/bib-name
View file @
cb380548
...
...
@@ -78,7 +78,7 @@ do
nr
=
`
sed
-r
'/@([A-Za-z]+)* *\{.*,/!d'
"
$bibfile
"
|
wc
-l
`
if
[
$nr
-gt
1
]
then
echo
"WARNING: Do not
insert keys into
multi record file '
$bibfile
'."
>
/dev/stderr
echo
"WARNING: Do not
create name for
multi record file '
$bibfile
'."
>
/dev/stderr
continue
fi
...
...
bin/bib-pdfinsert
View file @
cb380548
...
...
@@ -100,7 +100,7 @@ do
nr
=
`
sed
-r
'/@([A-Za-z]+)* *\{.*,/!d'
"
$bibfile
"
|
wc
-l
`
if
[
$nr
-gt
1
]
then
echo
"WARNING: Do not insert
keys
into multi record file '
$bibfile
'."
>
/dev/stderr
echo
"WARNING: Do not insert
reference to pdf file
into multi record file '
$bibfile
'."
>
/dev/stderr
continue
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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