From: Roy Marples Date: Tue, 21 Jul 2009 20:51:00 +0000 (+0000) Subject: cd .. vs cd -, so we don't echo the directory X-Git-Tag: v5.1.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9100f7023c8c26a2ed3cbb3425e9267cffc5efdb;p=thirdparty%2Fdhcpcd.git cd .. vs cd -, so we don't echo the directory --- diff --git a/configure b/configure index f3e22015..51a02393 100755 --- a/configure +++ b/configure @@ -228,7 +228,7 @@ for x in $HOOKSCRIPTS; do HOOKS="$HOOKS${HOOKS:+ }$h" fi done -cd - +cd .. echo "HOOKSCRIPTS= $HOOKS" >>$CONFIG_MK echo