|
@@ -28,7 +28,7 @@ function dump_array()
|
|
|
# If the /* comment */ starts with a quote string, grab that.
|
|
|
VALUE="$(echo "$i" | sed -n 's@.*/\* *\("[^"]*"\).*\*/@\1@p')"
|
|
|
[ -z "$VALUE" ] && VALUE="\"$NAME\""
|
|
|
- [ "$VALUE" == '""' ] && continue
|
|
|
+ [ "$VALUE" = '""' ] && continue
|
|
|
|
|
|
# Name is uppercase, VALUE is all lowercase
|
|
|
VALUE="$(echo "$VALUE" | tr A-Z a-z)"
|