From 269d923b0f6ed08c07028fe2b89f23a39c754038 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 8 Nov 2008 19:15:19 +0000 Subject: [PATCH] Added EOF marker to let smxi do its integrity check on the file. Without that the install fails. --- inxi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 4f4574c..a4fbddb 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.4.7 +#### version: 0.4.8 #### Date: November 8 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -1951,3 +1951,5 @@ fi # weechat's executor plugin forced me to do this, and rightfully so, because else the exit code # from the last command is taken.. exit 0 +## note: this EOF is needed for smxi handling, this is what triggers the full download ok +###**EOF**###