From 88a6ee385b87f31e1ce550742e87827296ceb106 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Apr 2011 20:46:21 +0200 Subject: [PATCH] always use uname -m, until it breaks Signed-off-by: Nico Schottelius --- conf/explorer/hardware_type | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/conf/explorer/hardware_type b/conf/explorer/hardware_type index 5966b11e..25fc76a9 100755 --- a/conf/explorer/hardware_type +++ b/conf/explorer/hardware_type @@ -22,10 +22,4 @@ # # -os="$($__explorer/os)" - -case "$os" in - archlinux|*bsd) - echo $(uname -m) - ;; -esac +uname -m