Project

General

Profile

Feature #10603 ยป 0001-rc.initial-handle-c-command-with-arguments.patch

Emanuel Rietveld, 05/27/2020 08:10 PM

View differences:

src/etc/rc.initial
49 49
while [ $# -gt 0 ]; do
50 50
	case $1 in
51 51
		-c )	shift
52
			/bin/sh -c $1
52
			/bin/sh -c "$@"
53 53
			exit
54 54
			;;
55 55
		* )
    (1-1/1)