From: Pekka Riikonen Date: Sun, 24 Apr 2005 19:57:10 +0000 (+0000) Subject: Prettier output with -s. X-Git-Tag: silc.server.0.9.20~14 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=d8793a2e7154ac6dfed122137c0bbc4c5ac35774 Prettier output with -s. --- diff --git a/apps/autodist/CHANGES b/apps/autodist/CHANGES index d954c066..aabe5943 100644 --- a/apps/autodist/CHANGES +++ b/apps/autodist/CHANGES @@ -7,6 +7,8 @@ Sun Apr 24 21:11:49 EEST 2005 Pekka Riikonen defined and undefined distdefs (previously it could only undefine defined but not define specificly undefined :)). + * Prettier distdef output with -s. + Sat Apr 23 12:49:09 EEST 2005 Pekka Riikonen * Autodist 1.2.1. diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index a87f486d..162547ff 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -1566,7 +1566,10 @@ while test $# -gt 0; do fi ad_process_distdefs echo "Distdefs:" 1>&2; - echo "${distdefs}"; + for i in $distdefs + do + echo "$i"; + done exit 0;; -i | --init)