mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Remove all util_strstrip() calls. The current users are command line option stripping and partition name stripping. Keep user passed arguments as is, typical shells already remove leading and trailing whitespace unless explicitly quoted. Spaces in partition names are valid. Keep the leading/trailing spaces to preserve user given partition names. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Mete Durlu <meted@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>