Skip to content
Commit 4fa52414 authored by Gaël PORTAY's avatar Gaël PORTAY Committed by Peter Korsgaard
Browse files

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: default avatarGaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: default avatarAdrian Perez de Castro <aperez@igalia.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 1e7ee5a6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment