diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-26 13:18:25 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-11-26 13:18:25 -0500 |
commit | 9ab3b2a64c3f30cda470f7c1066b4ea6de3b53a3 (patch) | |
tree | 5ae55033db1ea107bf0afc17a223f9d7a188075a /mkslackinfo | |
parent | a52e56269f43d209e99eafb82d4347203d92de68 (diff) | |
download | sbostuff-9ab3b2a64c3f30cda470f7c1066b4ea6de3b53a3.tar.gz |
mkslackinfo: comment out debug print
Diffstat (limited to 'mkslackinfo')
-rwxr-xr-x | mkslackinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkslackinfo b/mkslackinfo index bf9947f..48ef089 100755 --- a/mkslackinfo +++ b/mkslackinfo @@ -73,7 +73,7 @@ EOF chomp; # look only at the 2nd level dir (e.g. foo-1.2.3/configure.ac) next if m,.*/.*/,; - warn "looking at file $_\n"; + #warn "looking at file $_\n"; if(/^\bconfigure\.(ac|in)$/) { $cmd = $buildcmds{autoconf}; last; |