diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 15:16:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 15:16:51 +0000 |
commit | b88ba5c26ec6e63e69f29cec027515443f05b065 (patch) | |
tree | 518b7988e3b2feb6885e94d76912cba7f4b64ed8 /setup_native/scripts/downloadscript.sh | |
parent | 079ef5ec23345d9f4bcc44163b7b748c7d4097ce (diff) |
INTEGRATION: CWS nativefixer4 (1.3.4); FILE MERGED
2005/02/14 13:05:36 is 1.3.4.1: #119706# less output without verbose option
Diffstat (limited to 'setup_native/scripts/downloadscript.sh')
-rw-r--r-- | setup_native/scripts/downloadscript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/scripts/downloadscript.sh b/setup_native/scripts/downloadscript.sh index c3dc1c101aa4..4de180cf86f6 100644 --- a/setup_native/scripts/downloadscript.sh +++ b/setup_native/scripts/downloadscript.sh @@ -65,7 +65,7 @@ fi echo "Unpacking ..." -$tail_prog +$linenum $0 | (cd $UNPACKDIR; tar xvf -) +$tail_prog +$linenum $0 | (cd $UNPACKDIR; tar xf -) echo "All files have been successfully unpacked." |