diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tags.sh b/scripts/tags.sh index 0d6004e20658..cf7b12fee573 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh | |||
@@ -254,6 +254,6 @@ case "$1" in | |||
254 | esac | 254 | esac |
255 | 255 | ||
256 | # Remove structure forward declarations. | 256 | # Remove structure forward declarations. |
257 | if [ -n $remove_structs ]; then | 257 | if [ -n "$remove_structs" ]; then |
258 | LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' $1 | 258 | LANG=C sed -i -e '/^\([a-zA-Z_][a-zA-Z0-9_]*\)\t.*\t\/\^struct \1;.*\$\/;"\tx$/d' $1 |
259 | fi | 259 | fi |