Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
608d90f6
Commit
608d90f6
authored
Nov 22, 2010
by
Kevin Atkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to last install-tarfile changes.
parent
65b00718
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
os/install-tarfile
os/install-tarfile
+3
-3
No files found.
os/install-tarfile
View file @
608d90f6
...
...
@@ -379,9 +379,9 @@ else {
die
("
Bad data in tarlist name:
$tarlist
");
}
my
$oumask
=
umask
(
0
);
my
$TAR
=
"
tar
"
;
$TAR
=
"
/usr/bin/gtar
"
if
-
e
"
/usr/bin/tar
"
;
$TAR
=
"
/usr/local/bin/gtar
"
if
-
e
"
/usr/local/bin/tar
"
;
my
$TAR
=
`
which g
tar
`
;
chomp
$TAR
;
$TAR
=
"
tar
"
if
$TAR
eq
''
;
open
VER
,
"
$TAR
--version 2>&1 |
";
my
$GNU_TAR
=
0
;
while
(
<
VER
>
)
{
...
...
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