From f4eca579acb65b7f11699b12e2c59a22f06c019c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Jun 2006 18:01:50 +0000 Subject: s/Preform/Perform/ Thanks to exg for reporting. svn path=/main/trunk/; revision=3642 --- bin/misc-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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})" -- cgit v1.2.3-1-g7c22