mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
Typo
This commit is contained in:
parent
4e90de44cc
commit
89f74948e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GNU.yml
vendored
2
.github/workflows/GNU.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
pushd gnu/
|
||||
./bootstrap --gnulib-srcdir="$GNULIB_SRCDIR"
|
||||
./configure --quiet --disable-gcc-warnings
|
||||
#Add timeout to tests to protest against hangs
|
||||
#Add timeout to to protect against hangs
|
||||
sed -i -e 's|"\$@|timeout 600 "\$@|' build-aux/test-driver
|
||||
# Change the PATH in the Makefile to test the uutils coreutils instead of the GNU coreutils
|
||||
sed -i "s/^[[:blank:]]*PATH=.*/ PATH='${BUILDDIR//\//\\/}\$(PATH_SEPARATOR)'\"\$\$PATH\" \\\/" Makefile
|
||||
|
|
Loading…
Reference in a new issue