1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

GNU tests: make script runnable from any directory

This commit is contained in:
Jan Verbeek 2021-08-26 21:18:13 +02:00 committed by Michael Debertol
parent 58ce3d1e82
commit d285472210

View file

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
# spell-checker:ignore (env/vars) BUILDDIR GNULIB SUBDIRS # spell-checker:ignore (env/vars) BUILDDIR GNULIB SUBDIRS
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
set -e set -e
BUILDDIR="${PWD}/uutils/target/release" BUILDDIR="${PWD}/uutils/target/release"
GNULIB_DIR="${PWD}/gnulib" GNULIB_DIR="${PWD}/gnulib"