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:
parent
58ce3d1e82
commit
d285472210
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue