kumquat-buildroot/fs/cpio
Gaël PORTAY 4fa524144b fs/cpio/init: preserve arguments
Use "$@" instead of $* to preserve arguments containing spaces.

The shell expands "$@" as "$1" "$2" "$3"... while it expands $@ as $1 $2
$3. With the second form, we loses spaces in positional parameters.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-02-26 20:49:40 +01:00
..
Config.in fs/cpio: add option for lz4 compression 2018-01-08 23:44:00 +01:00
cpio.mk
init fs/cpio/init: preserve arguments 2018-02-26 20:49:40 +01:00