mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-12-02 17:12:52 +00:00
Remove debug message left in by mistake.
This commit is contained in:
parent
fb728473c9
commit
b1ac826648
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ extract_package_file() {
|
||||||
cd "$PACKAGE_BUILD_DIR"
|
cd "$PACKAGE_BUILD_DIR"
|
||||||
else
|
else
|
||||||
local parent_dir=$(dirname "$PACKAGE_BUILD_DIR")
|
local parent_dir=$(dirname "$PACKAGE_BUILD_DIR")
|
||||||
echo "cd to $parent_dir">/dev/stderr
|
|
||||||
cd "$parent_dir"
|
cd "$parent_dir"
|
||||||
fi
|
fi
|
||||||
(gunzip < "$dlfile" | tar -x) || (
|
(gunzip < "$dlfile" | tar -x) || (
|
||||||
|
|
Loading…
Reference in a new issue