From e38f60f0db283f3e299744d82ed3aa8e3b96b05b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 8 May 2014 15:05:56 +0200 Subject: englishized kopt2mod :) --- scripts/kopt2mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/kopt2mod') diff --git a/scripts/kopt2mod b/scripts/kopt2mod index adb95787..8eb540e4 100755 --- a/scripts/kopt2mod +++ b/scripts/kopt2mod @@ -9,13 +9,12 @@ for file in $FILES; do while read line; do if [[ "$line" =~ ^(config|menuconfig) ]]; then CURRENT=$(awk '{print $2}' <<<$line) - #echo "Jetz is $CURRENT dran" continue fi [ -z "$CURRENT" ] && continue MOD="$(echo "$line" | grep -o -E "called [a-z0-9_\-]+\." | awk '{print $2}')ko" [[ "$MOD" == "ko" ]] && continue - echo "$CURRENT aktiviert $(dirname $file)/$MOD" + echo "$CURRENT activates $(dirname $file)/$MOD" CURRENT= done < "$file" done -- cgit v1.2.3-55-g7522