[Lunar-commits] <lunar> view_file(): Fixed small verbose_msg typo
Stefan Wold
ratler at lunar-linux.org
Sun Nov 8 13:31:10 CET 2009
commit 9016e6ffcf0e30ba72f35e960c6ad0d29cefec3d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun Nov 8 13:31:10 2009 +0100
view_file(): Fixed small verbose_msg typo
---
var/lib/lunar/functions/view.lunar | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/var/lib/lunar/functions/view.lunar b/var/lib/lunar/functions/view.lunar
index 0191297..658904d 100644
--- a/var/lib/lunar/functions/view.lunar
+++ b/var/lib/lunar/functions/view.lunar
@@ -17,7 +17,7 @@ view_file() {
gzip) zcat $1 | ${PAGER:-less} ;;
*)
# default fallback
- verbose_msg "view_file using fallback for ($1}"
+ verbose_msg "view_file using fallback for ($1)"
cat $1 | ${PAGER:-less} ;;
esac
else
More information about the Lunar-commits
mailing list