Fix incorrect path to scripts/install.sh in lua docs build script
This commit is contained in:
@@ -9,7 +9,7 @@ try {
|
|||||||
Copy-Item -Path ./js/. -Destination ./build -Recurse -Force | Out-Null
|
Copy-Item -Path ./js/. -Destination ./build -Recurse -Force | Out-Null
|
||||||
|
|
||||||
if ((Get-Command "lua_modules/bin/ldoc" -ErrorAction SilentlyContinue) -eq $null) {
|
if ((Get-Command "lua_modules/bin/ldoc" -ErrorAction SilentlyContinue) -eq $null) {
|
||||||
echo "ldoc not found; please run docs/scripts/install.ps1"
|
echo "ldoc not found; please run scripts/install.ps1"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ cd "$DIR/.."
|
|||||||
ldoc_path=./lua_modules/bin/ldoc
|
ldoc_path=./lua_modules/bin/ldoc
|
||||||
|
|
||||||
if [[ ! -x "$ldoc_path" ]]; then
|
if [[ ! -x "$ldoc_path" ]]; then
|
||||||
echo "ldoc not found; please run docs/scripts/install.sh"
|
echo "ldoc not found; please run scripts/install.sh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user