mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
4ecd407766
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>