Skip to content

Commit 2949a8f

Browse files
authored
Merge pull request #527 from github/pluehne/find-parallel-in-more-locations
Find parallel in more locations
2 parents c4e5ce0 + fb97545 commit 2949a8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,10 @@ ghe_parallel_check() {
217217
GHE_PARALLEL_COMMAND="parallel"
218218
local x
219219
for x in \
220+
/usr/bin/parallel-moreutils \
220221
/usr/bin/parallel.moreutils \
221222
/usr/bin/parallel_moreutils \
223+
/usr/bin/moreutils-parallel \
222224
/usr/bin/moreutils.parallel \
223225
/usr/bin/moreutils_parallel \
224226
; do

test/testlib.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,10 @@ setup_moreutils_parallel() {
600600
# We need moreutils parallel
601601
local x
602602
for x in \
603+
/usr/bin/parallel-moreutils \
603604
/usr/bin/parallel.moreutils \
604605
/usr/bin/parallel_moreutils \
606+
/usr/bin/moreutils-parallel \
605607
/usr/bin/moreutils.parallel \
606608
/usr/bin/moreutils_parallel \
607609
; do

0 commit comments

Comments
 (0)