always use uname -m, until it breaks

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-06 20:46:21 +02:00
parent cc67dfbfa1
commit 88a6ee385b
1 changed files with 1 additions and 7 deletions

View File

@ -22,10 +22,4 @@
#
#
os="$($__explorer/os)"
case "$os" in
archlinux|*bsd)
echo $(uname -m)
;;
esac
uname -m