From f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb Mon Sep 17 00:00:00 2001 From: Florian Tham Date: Thu, 16 Feb 2017 12:44:41 +0100 Subject: Fixes for the Debian Almquist Shell (dash) The `[` command, which is a builtin for dash, does not understand the `==` operator; this should be `=` instead. While here, more quotes in more places, including around `$*`. `CONFIG_SHELL=/bin/dash ./configure && make check` reports no failed test. Closes #200. --- bin/mkrc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/mkrc.in') diff --git a/bin/mkrc.in b/bin/mkrc.in index 5b2dea5..5d6af7e 100755 --- a/bin/mkrc.in +++ b/bin/mkrc.in @@ -5,8 +5,8 @@ destination() { local dotfiles_dir="$1" - local dotless=$2 - local in_host=$3 + local dotless="$2" + local in_host="$3" local tag="$4" $DEBUG "destination $dotfiles_dir $dotless $in_host $tag" -- cgit v1.2.3