mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
iopu: Exit with same returncode as the program we invoke.
This commit is contained in:
parent
20937718f1
commit
6f5e41bb76
1 changed files with 2 additions and 2 deletions
|
|
@ -206,11 +206,11 @@ while getopts "nrxbhcC:" opt; do
|
|||
;;
|
||||
r)
|
||||
newroot_exec /bin/sh
|
||||
exit 0
|
||||
exit
|
||||
;;
|
||||
C)
|
||||
newroot_exec "${OPTARG}"
|
||||
exit 0
|
||||
exit
|
||||
;;
|
||||
h)
|
||||
usage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue