diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-26 14:13:13 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-26 14:13:13 +0000 |
commit | e39038e95cbcc52fe95039e8229e0dd98d86ade9 (patch) | |
tree | 8b94a46fc16fc1f036dc28b2a7c23c2250518712 /hardinfo2/configure | |
parent | ccd5ecd04700586b66f68753c8a3bf2f1e19aa39 (diff) |
Fix segfault; cleanups
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index 869541ea..a9d90300 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -201,6 +201,6 @@ else cat << EOF If you get errors, probably you don't have the right libraries, includes or utilities. However, if you're sure this is a bug in my -code, please send a patch (use \"diff -u\") to <leandro@linuxmag.com.br>. +code, please send a patch (use "diff -u") to <leandro@linuxmag.com.br>. EOF fi |