Restore the original triple split.

This commit is contained in:
Will Andrews 2015-06-02 14:40:37 -06:00
parent ffa9a68f73
commit 400c0339d1

View file

@ -34,7 +34,7 @@ with open('src/snapshots.txt') as f:
date = snaps.keys()[0]
triple = sys.argv[1]
ts = triple.split('-', 2)
ts = triple.split('-')
arch = ts[0]
if (arch == 'i586') or (arch == 'i386'):