summarylogtreecommitdiffstats
path: root/idos-timetable-browser.sh
diff options
context:
space:
mode:
authorfelics@felics-tablet2016-12-21 19:11:37 +0100
committerfelics@felics-tablet2016-12-21 19:11:37 +0100
commit09136d287f7e5a689a8ea25c8dafa8d3eef3b1f2 (patch)
tree9ff65ac4582e4b0dd1a4d365991da8cc22724f30 /idos-timetable-browser.sh
parent3a180d1664315f87798f11270c99693d5665c292 (diff)
downloadaur-09136d287f7e5a689a8ea25c8dafa8d3eef3b1f2.tar.gz
Changed pist install message, and changed debug messages prefix in wrapper script.
Diffstat (limited to 'idos-timetable-browser.sh')
-rwxr-xr-xidos-timetable-browser.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/idos-timetable-browser.sh b/idos-timetable-browser.sh
index f68b0a1d7678..fb9be01d72e8 100755
--- a/idos-timetable-browser.sh
+++ b/idos-timetable-browser.sh
@@ -36,7 +36,7 @@ fi
debug() {
case "${DEBUG}" in
"1"|[yY][eE][sS]|[tT][rR][uU][eE])
- echo "$@" > /dev/stderr
+ echo "DEBUG info: $@" > /dev/stderr
;;
esac
}
@@ -150,8 +150,8 @@ fi
cd "${_installdir}"
-debug 'DEBUG: $LC_CTYPE is set to: '"'${LC_CTYPE}' (if it does not begin with 'cs_CZ', try to enable Czech locale on your system to display diacritical characters correctly)."
-debug "DEBUG: We are running from the directory: '$(pwd)'."
-debug "DEBUG: Executing the following command: 'wine ${_executable} ${argsnew[@]}'."
+debug '$LC_CTYPE is set to: '"'${LC_CTYPE}' (if it does not begin with 'cs_CZ', try to enable Czech locale on your system to display diacritical characters correctly)."
+debug "We are running from the directory: '$(pwd)'."
+debug "Executing the following command: 'wine ${_executable} ${argsnew[@]}'."
wine "${_executable}" "${argsnew[@]}"