Don't log with -s option.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 16 Nov 2005 18:49:43 +0000 (18:49 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 16 Nov 2005 18:49:43 +0000 (18:49 +0000)
apps/autodist/CHANGES
apps/autodist/autodist.in

index 43f0de9e1721093bd8a9b54499a1979e629db19e..163b58acd2df2f4b6f2f997e58ac630fa06ada2d 100644 (file)
@@ -1,3 +1,7 @@
+Wed Nov 16 17:53:55 EET 2005 Pekka Riikonen <priikone@silcnet.org>
+
+       * Don't try to log with -s option.
+
 Wed May  4 10:58:24 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
 
        * Autodist 1.3.
 Wed May  4 10:58:24 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
 
        * Autodist 1.3.
index df1c2e622d959e65be6314c1f98de08bb0dae1bb..8ecb68dddf499ad4aa54561aaf477752d84a8eb7 100755 (executable)
@@ -1871,6 +1871,7 @@ while test $# -gt 0; do
 
   -s | --distdefs)
     shift;
 
   -s | --distdefs)
     shift;
+    nolog=true
     if test $# -eq 0; then
       ad_parse_distribution $distribution false
       echo "Distribution: ${distribution}" 1>&2;
     if test $# -eq 0; then
       ad_parse_distribution $distribution false
       echo "Distribution: ${distribution}" 1>&2;