Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
08144074
Commit
08144074
authored
Nov 08, 2001
by
Robert Ricci
Browse files
Turned off line buffering.
parent
187888d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/savelogs.in
View file @
08144074
...
...
@@ -20,6 +20,11 @@ use lib "@prefix@/lib";
use
libdb
;
use
libtestbed
;
#
# Turn off line buffering on output
#
$|
=
1
;
if
(
@ARGV
!=
2
)
{
&usage
;
}
...
...
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