Skip to content

Commit fe4baf6

Browse files
authored
Merge pull request #550 from github/enterprise-3.7-backport-527-pluehne/find-parallel-in-more-locations
Backport 527 for 3.7: Find parallel in more locations
2 parents 4f74339 + c427842 commit fe4baf6

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
@@ -76,8 +76,10 @@ ghe_parallel_check() {
7676
GHE_PARALLEL_COMMAND="parallel"
7777
local x
7878
for x in \
79+
/usr/bin/parallel-moreutils \
7980
/usr/bin/parallel.moreutils \
8081
/usr/bin/parallel_moreutils \
82+
/usr/bin/moreutils-parallel \
8183
/usr/bin/moreutils.parallel \
8284
/usr/bin/moreutils_parallel \
8385
; do

test/testlib.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,10 @@ setup_moreutils_parallel() {
578578
# We need moreutils parallel
579579
local x
580580
for x in \
581+
/usr/bin/parallel-moreutils \
581582
/usr/bin/parallel.moreutils \
582583
/usr/bin/parallel_moreutils \
584+
/usr/bin/moreutils-parallel \
583585
/usr/bin/moreutils.parallel \
584586
/usr/bin/moreutils_parallel \
585587
; do

0 commit comments

Comments
 (0)