Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
af816a16
Commit
af816a16
authored
Apr 14, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
2ba11380
eb320ce7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+3
-2
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+3
-2
No files found.
BitKeeper/etc/logging_ok
View file @
af816a16
paul@central.snake.net
monty@donna.mysql.fi
heikki@donna.mysql.fi
monty@donna.mysql.fi
paul@central.snake.net
tim@threads.polyesthetic.msg
mysql-test/mysql-test-run.sh
View file @
af816a16
...
...
@@ -24,10 +24,10 @@ PATH=/bin:/usr/bin:/usr/local/bin:/usr/bsd:/usr/X11R6/bin
which
()
{
DIRS
=
`
echo
$PATH
|
tr
":"
" "
`
IFS
=
"
${
IFS
=
}
"
;
save_ifs
=
"
$IFS
"
;
IFS
=
':'
for
file
do
for
dir
in
$
DIRS
for
dir
in
$
PATH
do
if
test
-f
$dir
/
$file
then
...
...
@@ -38,6 +38,7 @@ which ()
echo
"which: no
$file
in (
$PATH
)"
exit
1
done
IFS
=
"
$save_ifs
"
}
...
...
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