mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
remove duplicate 'push' entry from string types. push and other array values shall be "double quoted". we also must 'eval' so that the double-quoted array values don't get split on spaces. Also quote file paths in case they contain spaces. Signed-off-by: Paul Donald <newtwen+github@gmail.com>