mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -19,6 +19,6 @@ done
|
||||
case ${#} in
|
||||
(0) printf "missing arguments\n" >&2; return 1;;
|
||||
(1) printf "%s" "${1}";;
|
||||
(2) shift; printf "%s" "${2}";;
|
||||
(2) printf "%s" "${2}";;
|
||||
(*) printf "too many arguments\n" >&2; return 1;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user