Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
5b053cf0
Commit
5b053cf0
authored
Aug 15, 2014
by
Thomas Jahns
🤸
Browse files
Terminate loop on EOF.
parent
86cc9026
Changes
1
Hide whitespace changes
Inline
Side-by-side
tables/gen_tableheaderfile.in
View file @
5b053cf0
...
...
@@ -12,9 +12,9 @@ PTFILES=""
exec
3<
"
$DEFTABLES
"
#
item
=
0
while
true
;
do
while
read
-u3
PTFILE[item]
;
do
#
read
-u3
PTFILE[item]
if
[
-z
${
PTFILE
[item]
}
]
;
then
break
;
fi
#
PTFILE[item]
=
"@abs_srcdir@/
${
PTFILE
[item]
}
"
...
...
Write
Preview
Supports
Markdown
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