]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't assume that \< \> works in sed.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jun 2006 07:09:51 +0000 (07:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jun 2006 07:09:51 +0000 (07:09 +0000)
tests/help-version

index b3930626df373175b66a7088d336290d8b750048..47cc9d467543553e42d3c37880dfca4445e027b7 100755 (executable)
@@ -42,7 +42,7 @@ scripts to fail, so it is being removed from the list of
 programs checked by this test.
 ************************************************
 EOF
-      all_programs=`echo $all_programs|sed 's/\<groups\> *//'`
+      all_programs=`echo $all_programs | tr ' ' '\n' | grep -v '^groups$'`
     fi
   ;;
 esac