mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
10seconds_install: Some Polarhomes do not support '-o'.
This commit is contained in:
parent
9e3777be3c
commit
7ff2e711db
|
@ -46,12 +46,12 @@ else
|
|||
echo
|
||||
echo "Continue anyway? (y/n)"
|
||||
read YN
|
||||
if test $YN = "y" -o $YN = "Y"; then
|
||||
# Continue
|
||||
true
|
||||
else
|
||||
if test "$YN" = "n"; then
|
||||
# Stop
|
||||
exit 2
|
||||
else
|
||||
# Continue
|
||||
true
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue