Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
09e62f45
Commit
09e62f45
authored
Jul 01, 2005
by
Lynn Garren
Browse files
eliminate false error messages
parent
cabe34b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
getObjectList.in
View file @
09e62f45
...
...
@@ -14,8 +14,11 @@ do
then
extra
=
"/shared"
else
thispkg
=
`
ls
$arg
/src
$extra
/
*
.@OBJEXT@
`
filelist
=
"
$filelist
$thispkg
"
if
[
-e
${
arg
}
/src
${
extra
}
]
then
thispkg
=
`
ls
$arg
/src
$extra
/
*
.@OBJEXT@
`
filelist
=
"
$filelist
$thispkg
"
fi
fi
done
...
...
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