Author: dj
Date: 2008-04-13 12:43:03 -0600 (Sun, 13 Apr 2008)
New Revision: 8526

Modified:
   trunk/bootscripts/contrib/lsb-v3/lsb/manage-functions
Log:
correct error in cleanup from removing pipe

Modified: trunk/bootscripts/contrib/lsb-v3/lsb/manage-functions
===================================================================
--- trunk/bootscripts/contrib/lsb-v3/lsb/manage-functions       2008-04-13 
06:24:28 UTC (rev 8525)
+++ trunk/bootscripts/contrib/lsb-v3/lsb/manage-functions       2008-04-13 
18:43:03 UTC (rev 8526)
@@ -176,7 +176,7 @@
             fi
         done
     done
-    echo "${reqprovideslist}" | sed -e "s/^[ \t]*//" -e sed "s/[ \t]*$//"
+    echo "${reqprovideslist}" | sed -e "s/^[ \t]*//" -e "s/^[ \t]*//"
 }
 
 ###############################################################################
@@ -210,7 +210,7 @@
             # No need to error or warn on should items, and it's messy if so!
         done
     done
-    echo "${optprovideslist}" | sed -e "s/^[ \t]*//" -e sed "s/[ \t]*$//"
+    echo "${optprovideslist}" | sed -e "s/^[ \t]*//" -e "s/[ \t]*$//"
 }
 
 get_headers

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to