mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-30 16:01:10 +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"
|
||||
else
|
||||
local parent_dir=$(dirname "$PACKAGE_BUILD_DIR")
|
||||
echo "cd to $parent_dir">/dev/stderr
|
||||
cd "$parent_dir"
|
||||
fi
|
||||
(gunzip < "$dlfile" | tar -x) || (
|
||||
|
|
Loading…
Reference in a new issue