diff options
Diffstat (limited to 'encap/src/makeself-dist')
-rwxr-xr-x | encap/src/makeself-dist/makedist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/encap/src/makeself-dist/makedist.sh b/encap/src/makeself-dist/makedist.sh index 0456da12a..2294b03eb 100755 --- a/encap/src/makeself-dist/makedist.sh +++ b/encap/src/makeself-dist/makedist.sh @@ -154,10 +154,10 @@ getpasswd() { stty -echo trap "stty echo ; echo 'Interrupted' ; exit 1" 1 2 3 15 printf "Enter \$1 password: " - read -r password1 + read password1 printf "\n" printf "Enter \$1 password again: " - read -r password2 + read password2 printf "\n" stty echo if [ "\${password1}x" != "\${password2}x" ]; then |