diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-07-03 21:56:55 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-07-03 21:56:55 +0000 |
commit | cce15b0b9c2fd6e03b131f965968b199754dbbf3 (patch) | |
tree | 5b2b55df35a84c882d83aae14e3b229a0418252d /dh_illumos_gate | |
parent | f1910ae41583bd85a3dc324f818ca3ad86ae5e00 (diff) | |
download | dh-illumos-cce15b0b9c2fd6e03b131f965968b199754dbbf3.tar.gz |
Restored tar extraction
Diffstat (limited to 'dh_illumos_gate')
-rwxr-xr-x | dh_illumos_gate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate index cd13850..ca36e3b 100755 --- a/dh_illumos_gate +++ b/dh_illumos_gate @@ -82,7 +82,7 @@ if (defined($dh{'EXCLUDE'}) && $dh{'EXCLUDE'}) { } } -#doit('tar', '-x', '-f', $tarball, @tar_X); +doit('tar', '-x', '-f', $tarball, @tar_X); =item Saving original files |