diff --git a/resources/calibre-portable.sh b/resources/calibre-portable.sh index a9f691a542..7ce23cac70 100755 --- a/resources/calibre-portable.sh +++ b/resources/calibre-portable.sh @@ -2,14 +2,14 @@ # Calibre-Portable.sh # ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ # -# Shell script File to start a Calibre configuration on Linux +# Shell script file to start a calibre configuration on Linux # giving explicit control of the location of: -# - Calibre Program Files -# - Calibre Library Files -# - Calibre Config Files -# - Calibre Metadata database -# - Calibre Source files -# - Calibre Temp Files +# - calibre program files +# - calibre library files +# - calibre config files +# - calibre metadata database +# - calibre source files +# - calibre temp files # By setting the paths correctly it can be used to run: # - A "portable calibre" off a USB stick. # - A network installation with local metadata database @@ -21,16 +21,16 @@ # this script file). This structure can also be used when # running of a local hard disk if you want to get the level # of control this script file provides. -# - Calibre Location of linux program files -# - CalibreConfig Location of Configuration files -# - CalibreLibrary Location of Books and metadata -# - CalibreSource Location of Calibre Source files (Optional) +# - Calibre Location of Linux program files +# - CalibreConfig Location of configuration files +# - CalibreLibrary Location of books and metadata +# - CalibreSource Location of calibre source files (pptional) # # This script file is designed so that if you create the recommended # folder structure then it can be used 'as is' without modification. # To use your own structure, simply set the variables in the generated configuration file. # -# More information on the Environment Variables used by Calibre can +# More information on the environment variables used by calibre can # be found at: # https://manual.calibre-ebook.com/customize.html#environment-variables # @@ -43,7 +43,7 @@ # CHANGE HISTORY # ¬¬¬¬¬¬¬¬¬¬¬¬¬¬ # 22 Jan 2012 itimpi ----- First version based on the calibre-portable.bat file for Windows -# It should have identical functionality but for a linux environment. +# It should have identical functionality but for a Linux environment. # It might work on MacOS but that has not been validated. # # 02 Feb 2015 eschwartz -- Fix path issues, allow setting each location in one variable, allow @@ -188,10 +188,10 @@ else # SRC_DIR="$\(pwd)/CalibreSource/src" ################################################################ - # -- Specify location of calibre linux binaries (optional). + # -- Specify location of calibre Linux binaries (optional). # - # -- To avoid needing Calibre to be set in the search path, ensure - # -- that if Calibre Program Files exists, we manually specify the + # -- To avoid needing calibre to be set in the search path, ensure + # -- that if calibre program files exists, we manually specify the # -- location of the binary. # -- The following test falls back to using the search path, or you # -- can specifically use the search path by leaving the BIN_DIR blank. @@ -219,7 +219,7 @@ else # CALIBRE_TEMP_DIR="/tmp/CALIBRE_TEMP_\$(tr -dc 'A-Za-z0-9'