diff options
author | Russ Cox <rsc@swtch.com> | 2008-12-06 15:53:13 -0800 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-12-06 15:53:13 -0800 |
commit | 4fbb40ce7b16f239d31649ea7a0b3752dbb53f61 (patch) | |
tree | b6aee501b3cf907c2ac881943b9b8ec0936cd905 /INSTALL | |
parent | e9a2f2e357c8b0b207be073db69bd96a587c1768 (diff) | |
download | plan9port-4fbb40ce7b16f239d31649ea7a0b3752dbb53f61.tar.gz plan9port-4fbb40ce7b16f239d31649ea7a0b3752dbb53f61.tar.bz2 plan9port-4fbb40ce7b16f239d31649ea7a0b3752dbb53f61.zip |
INSTALL: ignore gcc Configured with line
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ rm -f config ( echo "* Compiler version:" -9c -v 2>&1 | grep -i version | sed 's/^/ /' +9c -v 2>&1 | grep -v 'Configured with:' | grep -i version | sed 's/^/ /' if [ `uname` = Linux ]; then # On Linux, we use the kernel version to decide whether |