From: Michael Tremer Date: Wed, 29 Apr 2009 19:30:12 +0000 (+0200) Subject: Don't debug installer with strace. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e4790c268d238a4c7bf7446805ed9d92024aa9;p=ipfire-3.x.git Don't debug installer with strace. --- diff --git a/src/install/root/.bash_profile b/src/install/root/.bash_profile index 673c4cb8f..00680d662 100644 --- a/src/install/root/.bash_profile +++ b/src/install/root/.bash_profile @@ -38,7 +38,7 @@ done if [ "$mode" = "install" ] && [[ "$(tty)" =~ "tty1" ]]; then if [ "$debug" == "on" ]; then - command="strace -ff -F -o /tmp/strace.log $command --debug" + command="$command --debug" fi exec $command fi