diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-23 03:55:39 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-23 03:55:39 +0000 |
commit | 56a97665298ef524c5ca21e11e46f76497a073f0 (patch) | |
tree | 952984dcdb50ca5f22cee458d6db3362fa9321ce | |
parent | 1abc3001128355c5675e03bb0d1aa3c5ada13ee8 (diff) | |
download | tinyproxy-56a97665298ef524c5ca21e11e46f76497a073f0.tar.gz tinyproxy-56a97665298ef524c5ca21e11e46f76497a073f0.zip |
Hopefully cleaned up the source a bit.
Diffstat (limited to '')
-rwxr-xr-x | doc/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/report.sh b/doc/report.sh index 19888ce..0c4a0d8 100755 --- a/doc/report.sh +++ b/doc/report.sh @@ -5,7 +5,7 @@ date echo "uname: " uname -a echo "ps: " -ps -auxw | grep [t]inyproxy - +ps -auxw | grep '[t]inyproxy' - echo "ver: " if [ -x /usr/local/bin/tinyproxy ]; then /usr/local/bin/tinyproxy -v |