diff options
| -rwxr-xr-x | build-initramfs.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-initramfs.sh b/build-initramfs.sh index 44070ecd..115bae5c 100755 --- a/build-initramfs.sh +++ b/build-initramfs.sh @@ -53,7 +53,7 @@ bootstrap() { echo "Modules file: $_bootstrap_modules" echo "Core modules: ${!core_*}" - echo "Modules: ${!module_*}" + echo "Modules: ${!module_*}" echo "" @@ -65,10 +65,10 @@ bootstrap() { fi echo "######################### $module #########################" echo "Handler: ${_ref[handler]}" - echo " URL: ${_ref[url]}" + echo " URL: ${_ref[url]}" echo " Branch: ${_ref[branch]}" echo " Commit: ${_ref[commit]}" - echo " Path: ${_ref[path]}" + echo " Path: ${_ref[path]}" handler_${_ref[handler]} \ "${_ref[path]}" \ "${_ref[url]}" \ |
