mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
GNU tests: make script runnable from any directory
This commit is contained in:
committed by
Michael Debertol
parent
58ce3d1e82
commit
d285472210
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
# spell-checker:ignore (env/vars) BUILDDIR GNULIB SUBDIRS
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
|
||||
set -e
|
||||
BUILDDIR="${PWD}/uutils/target/release"
|
||||
GNULIB_DIR="${PWD}/gnulib"
|
||||
|
||||
Reference in New Issue
Block a user