From 28fd5c648a000835baa0cb8c7f92657fba1fb41a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 4 Nov 2008 20:07:11 +0000 Subject: [PATCH] tweak --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 20f2557..14ab686 100755 --- a/inxi +++ b/inxi @@ -543,7 +543,7 @@ print_version_info() script_self_updater() { print_screen_output "Updating $SCRIPT_NAME in $SCRIPT_PATH." - print_screen_output "Current running version number: $SCRIPT_VERSION_NUMBER" + print_screen_output "Currently running version number: $SCRIPT_VERSION_NUMBER" wget -O $SCRIPT_PATH/$SCRIPT_NAME http://techpatterns.com/downloads/distro/$SCRIPT_NAME || error_handler 8 "$?" if [ "$?" -eq 0 ];then SCRIPT_VERSION_NUMBER=$( grep -im 1 'version:' $SCRIPT_PATH/$SCRIPT_NAME | awk '{print $3}' )