From bd180fc34d134aace7540d70786d45ef60467179 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Fri, 1 Aug 2014 19:24:38 +0200 Subject: [PATCH] Minor cosmetic tweaks --- kindle/extensions/koreader/bin/koreader-ext.sh | 2 +- kindle/koreader.sh | 2 +- kindle/kotar_cpoint | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kindle/extensions/koreader/bin/koreader-ext.sh b/kindle/extensions/koreader/bin/koreader-ext.sh index e5eef4eb7..cce969904 100755 --- a/kindle/extensions/koreader/bin/koreader-ext.sh +++ b/kindle/extensions/koreader/bin/koreader-ext.sh @@ -4,7 +4,7 @@ # ## -# KOReader's working directory +# KOReader's working directory KOREADER_DIR="/mnt/us/koreader" # Load our helper functions... diff --git a/kindle/koreader.sh b/kindle/koreader.sh index 8bbfd028a..7d803cd3c 100755 --- a/kindle/koreader.sh +++ b/kindle/koreader.sh @@ -6,7 +6,7 @@ PROC_FIVEWAY="/proc/fiveway" [ -e $PROC_KEYPAD ] && echo unlock > $PROC_KEYPAD [ -e $PROC_FIVEWAY ] && echo unlock > $PROC_FIVEWAY -# KOReader's working directory +# KOReader's working directory KOREADER_DIR="/mnt/us/koreader" # Load our helper functions... diff --git a/kindle/kotar_cpoint b/kindle/kotar_cpoint index 2fc03dae4..39779bde2 100755 --- a/kindle/kotar_cpoint +++ b/kindle/kotar_cpoint @@ -1,6 +1,6 @@ #!/bin/sh -# KOReader's working directory +# KOReader's working directory KOREADER_DIR="/mnt/us/koreader" # Load our helper functions... @@ -24,5 +24,5 @@ for foo in $( seq 1 ${PROGRESS_AMOUNT} ) ; do PROGRESS_STRING="${PROGRESS_STRING}." done -# Print our status +# Print our progress :) eips_print_bottom_centered "${PROGRESS_STRING}" 1