diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-06-24 18:01:50 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-06-24 18:01:50 +0000 |
commit | f4eca579acb65b7f11699b12e2c59a22f06c019c (patch) | |
tree | ebfc3bf0765566e75639035d0145a6f5446d3029 | |
parent | eeb1f32c247bcbfee314e6eb29150126d9f092c8 (diff) | |
download | portage-f4eca579acb65b7f11699b12e2c59a22f06c019c.tar.gz portage-f4eca579acb65b7f11699b12e2c59a22f06c019c.tar.bz2 portage-f4eca579acb65b7f11699b12e2c59a22f06c019c.zip |
s/Preform/Perform/ Thanks to exg for reporting.
svn path=/main/trunk/; revision=3642
-rwxr-xr-x | bin/misc-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index f6f0b1240..b4cd73040 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -283,7 +283,7 @@ preinst_suid_scan() { # total suid control. if hasq suidctl $FEATURES; then sfconf=/etc/portage/suidctl.conf - vecho ">>> Preforming suid scan in ${IMAGE}" + vecho ">>> Performing suid scan in ${IMAGE}" for i in $(find ${IMAGE}/ -type f \( -perm -4000 -o -perm -2000 \) ); do if [ -s "${sfconf}" ]; then suid="$(grep ^${i/${IMAGE}/}$ ${sfconf})" |