repo.or.cz
/
got-portable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
portable: regress: fix fetch compilation
[got-portable.git]
/
util
/
uncompress-loose-object.sh
blob
01e5a1d9194487f5520140ba26cb17db4944406d
1
#!/bin/sh
2
# requires zlib-flate which is part of the qpdf package: pkg_add qpdf
3
4
if
[
"
$1
"
!=
""
];
then
5
zlib-flate
-uncompress
<
"
$1
"
6
else
7
zlib-flate
-uncompress
8
fi