This commit is contained in:
inxi-svn 2011-06-09 20:17:10 +00:00
parent e018abcff2
commit cad10378f1

3
inxi
View file

@ -1901,8 +1901,7 @@ print_version_info()
local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | gawk '{print $3,$4,$5}' ) local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | gawk '{print $3,$4,$5}' )
print_screen_output "$SCRIPT_NAME - the universal, portable, system info script for console and irc." print_screen_output "$SCRIPT_NAME - the universal, portable, system info script for console and irc."
print_screen_output "Version: $SCRIPT_VERSION_NUMBER" print_screen_output "Version: $SCRIPT_VERSION_NUMBER-$SCRIPT_PATCH_NUMBER"
print_screen_output "Version patch number: $SCRIPT_PATCH_NUMBER"
print_screen_output "Script Last Modified: $last_modified" print_screen_output "Script Last Modified: $last_modified"
print_screen_output "Script Location: $SCRIPT_PATH" print_screen_output "Script Location: $SCRIPT_PATH"
print_screen_output " " print_screen_output " "