summaryrefslogtreecommitdiff
path: root/bin/wtf
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wtf')
-rwxr-xr-xbin/wtf4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/wtf b/bin/wtf
index 2a59aab..2cc80aa 100755
--- a/bin/wtf
+++ b/bin/wtf
@@ -27,6 +27,10 @@ case ${search%% *} in
arch='i686'
search="${search#* }"
;;
+ 'pentium4')
+ arch='pentium4'
+ search="${search#* }"
+ ;;
*)
arch='i686'
;;