[Lunar-commits] <moonbase> bash_static: forgot to remove some debug echos

Christian Krause wookietreiber at lunar-linux.org
Wed May 11 23:34:32 CEST 2011


commit 410a58494a19c517d1e1f3b846c9973a02f43d31
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Wed May 11 23:34:32 2011 +0200

    bash_static: forgot to remove some debug echos
---
 shells/bash_static/POST_REMOVE |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/shells/bash_static/POST_REMOVE b/shells/bash_static/POST_REMOVE
index 3d8447b..714a22a 100644
--- a/shells/bash_static/POST_REMOVE
+++ b/shells/bash_static/POST_REMOVE
@@ -1,8 +1,4 @@
 # set root shell to normal bash again
-echo `getent passwd root | cut -d: -f7`
-FOO=`getent passwd root | cut -d: -f7`
-echo $FOO
-
 if [ `getent passwd root | cut -d: -f7` == "/bin/bash_static" ] ; then
   chsh -s /bin/bash root
 fi


More information about the Lunar-commits mailing list