diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-07 08:10:14 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-07 08:10:14 +0200 |
commit | 01f0ccb7edffb33dd0cce299b8837b682b376957 (patch) | |
tree | 15e53704bd3ce438e43d9ecfa598cf85cb6e86ca | |
parent | 674c819cb1fed6b2da4d71f6f71f7f554416832d (diff) | |
download | mkinitcpio-uname-01f0ccb7edffb33dd0cce299b8837b682b376957.tar.gz mkinitcpio-uname-01f0ccb7edffb33dd0cce299b8837b682b376957.tar.zst |
add whitespace at the beginning
-rw-r--r-- | hook/uname | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh run_earlyhook() { - echo "Booting $(uname -srm)." + echo " Booting $(uname -srm)." echo } |