Minor fix for theedge
Niki Guldbrand
niki at lunar-linux.org
Wed Aug 6 03:17:51 GMT 2003
Hey Auke.
Just spotted a missing space.
-------------- next part --------------
--- functions/install.lunar~ 2003-08-05 01:19:42.000000000 +0200
+++ functions/install.lunar 2003-08-06 03:13:51.000000000 +0200
@@ -550,7 +550,7 @@
debug_msg "current_locked ($@)"
if lin_locked $MODULE; then
message "${QUERY_COLOR}Detected lin lock file: ${FILE_COLOR}${linING}${MESSAE_COLOR}"
- message "${MESSAGE_COLOR}Now waiting for ${MODULE_COLOR}${MODULE}${DEFAULTT_COLOR}${MESSAGE_COLOR}to finish installing or for the lock to clear."
+ message "${MESSAGE_COLOR}Now waiting for ${MODULE_COLOR}${MODULE}${DEFAULTT_COLOR}${MESSAGE_COLOR} to finish installing or for the lock to clear."
while lin_locked $MODULE; do sleep 2; done
false
More information about the lunar-dev
mailing list