Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
84931276
Commit
84931276
authored
Jul 03, 2001
by
Niels Möller
Browse files
(srcdir): By default, use `pwd`, not ".".
Rev: src/testsuite/runtests:1.3
parent
93648116
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/runtests
View file @
84931276
...
...
@@ -6,7 +6,7 @@ failed=0
all
=
0
if
[
-z
"
$srcdir
"
]
;
then
srcdir
=
.
srcdir
=
`
pwd
`
fi
export
srcdir
...
...
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