We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f838 commit 537c695Copy full SHA for 537c695
lib/common.lib.sh
@@ -1513,9 +1513,9 @@ init_cmdline()
1513
alias_scripts "${MAIN_DIR:?}/tools"
1514
alias_scripts "${MAIN_DIR:?}/utils"
1515
1516
- if test -f "${MAIN_DIR:?}/includes/custom-aliases.sh"; then
+ if test -f "${MAIN_DIR:?}/lib/inc/custom-aliases.inc.sh"; then
1517
# shellcheck source=/dev/null
1518
- . "${MAIN_DIR:?}/includes/custom-aliases.sh" || _ui_error_local 'Unable to source includes/custom-aliases.sh' "${LINENO-}" "${FUNCNAME-}"
+ . "${MAIN_DIR:?}/lib/inc/custom-aliases.inc.sh" || _ui_error_local 'Unable to source lib/inc/custom-aliases.inc.sh' "${LINENO-}" "${FUNCNAME-}"
1519
fi
1520
1521
alias 'build'='build.sh'
0 commit comments