summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-02-18 08:58:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-02-18 08:58:07 +0000
commitda57eeaeb058d64d5272033ee68f71c9d3df41e1 (patch)
treee035ff691bb6d953e0d1f7bb4377717704f8a8ef /Tools
parentAlso attempt to clean /root/.ccache in case it is in use. When cleaning (diff)
Don't require an /etc/arch file, we can obtain the information from uname
Notes
Notes: svn path=/head/; revision=185418
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/flushsquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/flushsquid b/Tools/portbuild/scripts/flushsquid
index aad882f0249c..d76b2aaab6c4 100755
--- a/Tools/portbuild/scripts/flushsquid
+++ b/Tools/portbuild/scripts/flushsquid
@@ -1,6 +1,6 @@
#!/bin/sh
-arch=$(cat /etc/arch)
+arch=$(uname -m)
pb=/var/portbuild
. ${pb}/${arch}/portbuild.conf