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
emulab
emulab-devel
Commits
f1308d88
Commit
f1308d88
authored
Mar 28, 2012
by
Mike Hibler
Browse files
Make sure at least one node is given.
parent
060d845d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/sched_reserve.in
View file @
f1308d88
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-201
0
University of Utah and the Flux Group.
# Copyright (c) 2000-201
2
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -38,7 +38,7 @@ delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
$|
=
1
;
#Turn off line buffering on output
if
(
@ARGV
<
2
)
{
if
(
@ARGV
<
3
)
{
usage
();
}
...
...
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