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 337375b commit d03e51dCopy full SHA for d03e51d
1 file changed
scripts/build-docs-l10n.sh
@@ -12,7 +12,7 @@
12
13
set -euo pipefail
14
15
-COREUTILS_DIR="${1:?Usage: $0 <coreutils-dir>}"
+COREUTILS_DIR="$(cd "${1:?Usage: $0 <coreutils-dir>}" && pwd)"
16
17
# ftl filename -> URL lang code (when they differ)
18
declare -A FTL_TO_URL=(
0 commit comments