Compare commits

...

4 Commits

3 changed files with 4 additions and 6 deletions

View File

@@ -1 +1 @@
VERSION = 2024.12.05
VERSION = 2025.08.03

View File

@@ -1 +0,0 @@
export SAL_USE_VCLPLUGIN=qt6

View File

@@ -2,10 +2,10 @@
#
# GNU/Linux O.S. report generation tool
#
# Copyright (c) 2008-2024 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2008-2025 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
MAKEREPORT_VERSION=20240125
MAKEREPORT_VERSION=20250803
TEMPFILE=`mktemp`
. ${ROOT}/etc/sysconfig/machine
@@ -136,7 +136,6 @@ echo
echo "Gathering information..."
cat > $TEMPFILE << _EOF
****************************************************************************
* ${NAME} diagnostic information ${MAKEREPORT_VERSION} for host $HOSTNAME (`date`)
@@ -147,7 +146,7 @@ if [ "$NOTE" ]; then
echo "
REPORTED PROBLEM:
=================" >> $TEMPFILE
cat "$NOTE" >> $TEMPFILE
echo "$NOTE" >> $TEMPFILE
echo >> $TEMPFILE
fi