summaryrefslogtreecommitdiffstats
path: root/build_tools/bin
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-07-23 01:05:49 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-07-23 01:05:49 (GMT)
commit9d54c42cabf309540d733c5bbfdd14217a2214a7 (patch)
tree758a3b15e8603e5013e36480d321870001d0fa65 /build_tools/bin
parent6e54a21887c398c75babc64dadb4dd83bb6b94bf (diff)
parent579fb43b9200a07ecbfbddb79bda6af1f7857595 (diff)
downloadlinhes_dev-9d54c42cabf309540d733c5bbfdd14217a2214a7.zip
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-dev
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-xbuild_tools/bin/mp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/mp b/build_tools/bin/mp
index 5194d75..82f665d 100755
--- a/build_tools/bin/mp
+++ b/build_tools/bin/mp
@@ -124,7 +124,7 @@ function dup_check {
do
if [ ! $i$PFIX = $REPO ]
then
- out=`pacman -Sl $i$PFIX|cut -d" " -f2 |grep $pkgname$`
+ out=`pacman -Sl $i$PFIX|cut -d" " -f2 |grep ^pkgname$`
if [ $? = 0 ]
then
echo "#######################################"