Changes between Version 1 and Version 2 of Ticket #3073, comment 11
- Timestamp:
- 11/22/13 10:29:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3073, comment 11
v1 v2 1 Dnh, we have to maintain lot of the things related to backward compatibility (such as: support of !OpenWrt-distros, !BusyBox-toolset and so on). Would be great to find a way to split few first parameters and to stay 'filename' parameter as iswith spaces. Your patch looks pretty good, but as Andrew say, your way will have a restricted use cases.1 Dnh, we have to maintain lot of the things related to backward compatibility (such as: support of !OpenWrt-distros, !BusyBox-toolset and so on). Would be great to find a way to split few first parameters and to stay 'filename' parameter 'as is' with spaces. Your patch looks pretty good, but as Andrew say, your way will have a restricted use cases. 2 2 3 3 Probably, we should check a version of gawk in configure.ac script and next we may set up some flag to switch between algorithms in the VFS-helper...