X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Ftags.sh;h=db8ba411860a5db23d1c2a62b488658d32576248;hb=81b0b29bf70bb8b459cf1f0b4a6a4898be457850;hp=fd96734deff137ffe0db574407e83c3ffa603939;hpb=4565e042549e320f8d3942ff118ecd27f2b9233b;p=linux-2.6-microblaze.git diff --git a/scripts/tags.sh b/scripts/tags.sh index fd96734deff1..db8ba411860a 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -326,5 +326,5 @@ esac # Remove structure forward declarations. if [ -n "$remove_structs" ]; then - LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' $1 + LC_ALL=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' $1 fi