(no version change)

Fixed redundant error inxi word, added error number to output, this should have been done long ago.
This commit is contained in:
inxi-svn 2008-11-13 02:20:20 +00:00
parent 30f749bc6d
commit 3aa1ebfee1

2
inxi
View file

@ -273,7 +273,7 @@ error_handler()
;;
esac
# then print it and exit
print_screen_output "$SCRIPT_NAME: $error_message"
print_screen_output "Error $1: $error_message"
exit $1
}