Don't log with -s option.
[autodist.git] / apps / autodist / autodist.in
index df1c2e622d959e65be6314c1f98de08bb0dae1bb..8ecb68dddf499ad4aa54561aaf477752d84a8eb7 100755 (executable)
@@ -1871,6 +1871,7 @@ while test $# -gt 0; do
 
   -s | --distdefs)
     shift;
+    nolog=true
     if test $# -eq 0; then
       ad_parse_distribution $distribution false
       echo "Distribution: ${distribution}" 1>&2;