Skip to content

Commit c427842

Browse files
pluehnehubot
authored andcommitted
Merge pull request #527 from github/pluehne/find-parallel-in-more-locations
Find parallel in more locations
1 parent 4f74339 commit c427842

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)