diff --git a/Scripts/Bash/Cli/Functions/Manual/manual_getEntry.sh b/Scripts/Bash/Cli/Functions/Manual/manual_getEntry.sh index 3222be5..f974b32 100755 --- a/Scripts/Bash/Cli/Functions/Manual/manual_getEntry.sh +++ b/Scripts/Bash/Cli/Functions/Manual/manual_getEntry.sh @@ -57,7 +57,7 @@ function manual_getEntry { if [[ ${ENTRY} =~ '^trunk/Manuals/.+$' ]];then ENTRY=$(echo ${ENTRY} | sed 's!trunk/Manuals/!!') else - ENTRY=$(dirname Filesystem/${ENTRY})/$(basename $LOCATION).texi + ENTRY=$(dirname Repository/${ENTRY})/$(basename $LOCATION).texi fi # Re-define entry to set absolute path to manuals base directory