install: dash
requires at least one variable for read
This commit is contained in:
parent
75d637ac04
commit
077ba38381
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ greeting() {
|
||||||
if [ -t 0 ] && [ -t 1 ]; then
|
if [ -t 0 ] && [ -t 1 ]; then
|
||||||
echo
|
echo
|
||||||
echo "Press ENTER to continue (CTRL-C to cancel)..."
|
echo "Press ENTER to continue (CTRL-C to cancel)..."
|
||||||
read -r
|
read -r _
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue