--- libc.old 2016-12-27 11:45:41.760425433 +0100 +++ libc 2016-12-27 11:40:36.890082279 +0100 @@ -115,13 +115,13 @@ ### Compile list of nameservers ### NMSRVRS="" if [ "$RSLVCNFFILES" ] ; then - uniquify_nameserver_list $(sed -n 's/^[[:space:]]*nameserver[[:space:]]\+//p' $RSLVCNFFILES) + uniquify_nameserver_list "$(sed -n 's/^[[:space:]]*nameserver[[:space:]]\+//p' $RSLVCNFFILES)" fi ### Compile search list ### SRCHS="" if [ "$RSLVCNFFILES" ] ; then - uniquify $(sed -n 's/^[[:space:]]*\(\(search\)\|\(domain\)\)[[:space:]]\+//p' $RSLVCNFFILES) + uniquify "$(sed -n 's/^[[:space:]]*\(\(search\)\|\(domain\)\)[[:space:]]\+//p' $RSLVCNFFILES)" SRCHS="$RSLT" fi