From 42568cd7cb2d7779cf3b7bb05778bed4daf63bc3 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Thu, 29 Nov 2018 22:11:27 +0100 Subject: Small cosmetic changes - Do not declare variables as local if they are also declared using `typeset'. - Slightly improve man page. - Change license links to https. - Update TODO --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6beb27b..7201b7f 100755 --- a/configure +++ b/configure @@ -1738,7 +1738,7 @@ if test -z "$default_confdir"; then # Vim has problems with '\"' in "doubled" double quotes after '!=': while test "$default_confdir" \ != "$(eval "printf '%s\n' \"$default_confdir\"")"; do #" - default_confdir="$(eval "printf '%s\n' \"$default_confdir\"")" #" + default_confdir="$(eval "printf '%s\n' \"$default_confdir\"")" #" done $reset_prefix && prefix=NONE fi -- cgit v1.2.3