summaryrefslogtreecommitdiff
path: root/bin/wtf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-12 13:47:47 +0200
committerErich Eckner <git@eckner.net>2019-04-12 13:47:47 +0200
commit468a3a4c25176d0310197f9e4cbb1328e76bceed (patch)
tree0a6982af7c9a3bda3903b7fd2bc314d80e2c48bf /bin/wtf
parent4ee0c258069cb2f71b37e562b8994bc1165b9441 (diff)
downloadbuilder-468a3a4c25176d0310197f9e4cbb1328e76bceed.tar.xz
pentium4 is new
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'
;;