diff options
Diffstat (limited to 'install/base')
-rw-r--r-- | install/base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/base b/install/base index 01d5a04..b601eac 100644 --- a/install/base +++ b/install/base @@ -27,7 +27,7 @@ install () add_file "/lib/initcpio/init" "/init" add_file "${CONFIG}" "/config" - if [ "x${MESSAGE}" != "x" ]; then + if [ -n "${MESSAGE}" ]; then echo -e "${MESSAGE}" > ${MESSAGEFILE} add_file "${MESSAGEFILE}" "/message" fi |