diff options
author | James Meyer <james.meyer@operamail.com> | 2009-07-23 01:05:49 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-07-23 01:05:49 (GMT) |
commit | 9d54c42cabf309540d733c5bbfdd14217a2214a7 (patch) | |
tree | 758a3b15e8603e5013e36480d321870001d0fa65 /build_tools/bin | |
parent | 6e54a21887c398c75babc64dadb4dd83bb6b94bf (diff) | |
parent | 579fb43b9200a07ecbfbddb79bda6af1f7857595 (diff) | |
download | linhes_dev-9d54c42cabf309540d733c5bbfdd14217a2214a7.zip |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-dev
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-x | build_tools/bin/mp | 2 |
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 "#######################################" |