aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-18 12:46:58 +0000
committerng0 <ng0@n0.is>2019-09-18 12:46:58 +0000
commit4021fc1cdc074d5dc04adfc7c51bfd5083d7ee82 (patch)
treef5cb0d407e3358e53d6e955b5a52e791438bf46c /configure
parentcec90dc294677d58ec86ec9c4760301d55f33c65 (diff)
downloadwallet-core-4021fc1cdc074d5dc04adfc7c51bfd5083d7ee82.tar.xz
configure: unicode.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 57a8b9537..df74a8fef 100755
--- a/configure
+++ b/configure
@@ -15,7 +15,7 @@ usage() {
}
-# -allow a command to fail with !’s side effect on errexit
+# -allow a command to fail with !'s side effect on errexit
# -use return value from ${PIPESTATUS[0]}, because ! hosed $?
! getopt --test > /dev/null
if [[ ${PIPESTATUS[0]} -ne 4 ]]; then
@@ -33,7 +33,7 @@ if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
exit 2
fi
-# read getopt’s output this way to handle the quoting right:
+# read getopt's output this way to handle the quoting right:
eval set -- "$PARSED"
while true; do