summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-05-13 18:41:11 +0200
committerJonathan Bauer2020-05-13 18:41:11 +0200
commit1a4a0a13552a69ce302b7abf2b59399b4e816d58 (patch)
tree3036052b4d4516610da3fbaecabfc4c1e5362968
parentbuild-initramfs.sh: remove unused variable (diff)
downloadsystemd-init-1a4a0a13552a69ce302b7abf2b59399b4e816d58.tar.gz
systemd-init-1a4a0a13552a69ce302b7abf2b59399b4e816d58.tar.xz
systemd-init-1a4a0a13552a69ce302b7abf2b59399b4e816d58.zip
build-initramfs.sh: formatting
-rwxr-xr-xbuild-initramfs.sh6
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]}" \