From c361b247e79db06f4107f9befc465a93a5aec164 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Tue, 15 Aug 2006 11:50:55 +0000 Subject: [PATCH] Removed unnecessary trace --- BLFS/gen-makefile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/BLFS/gen-makefile.sh b/BLFS/gen-makefile.sh index 7c1a135..1841e39 100755 --- a/BLFS/gen-makefile.sh +++ b/BLFS/gen-makefile.sh @@ -106,7 +106,6 @@ generate_Makefile () { # script_ver=$(xmllint --noent ../blfs-xml/book/bookinfo.xml 2>/dev/null | \ grep -i " ${this_script#*-?-}-version " | \ cut -d "\"" -f2 ) - echo "${this_script} ... ${this_script#*-?-} .. ver ${script_ver}" if [ ! -e $TRACKING_DIR/${this_script#*-?-}-$script_ver ]; then pkg_list="$pkg_list ${this_script}" __write_entry "${this_script}" "${script_ver}"