summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_make_world_install.sh')
-rw-r--r--scripts/lib/ptxd_make_world_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_install.sh b/scripts/lib/ptxd_make_world_install.sh
index 6ce68480d..b7d69a644 100644
--- a/scripts/lib/ptxd_make_world_install.sh
+++ b/scripts/lib/ptxd_make_world_install.sh
@@ -102,7 +102,7 @@ ptxd_make_world_install() {
"${echo:-echo}" \
"${cmd[@]}" \
- | "${fakeroot:-fakeroot}" "${fakeargs[@]}" --
+ | "${fakeroot:-fakeroot}" "${fakeargs[@]}" -- 2>&1
check_pipe_status
}
export -f ptxd_make_world_install