Skip to content

Commit

Permalink
del_packages: fix up script to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Mar 26, 2012
1 parent 005841f commit 7be5a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions del_packages
Expand Up @@ -31,7 +31,7 @@ do
line=`echo $line | sed -e '/^#/d' | sed -e 's/^[ \t]*//;s/[ \t]*$//'` line=`echo $line | sed -e '/^#/d' | sed -e 's/^[ \t]*//;s/[ \t]*$//'`
if [ "$line" != "" ] if [ "$line" != "" ]
then then
echo "echo \"deleting $line\" " echo "echo \"deleting $line\""
echo "osc rdelete openSUSE:Tumbleweed:Raw $line" echo "osc rdelete openSUSE:Tumbleweed:Testing $line -m \"delete the package\""
fi fi
done < $FILE done < $FILE

0 comments on commit 7be5a4c

Please sign in to comment.