···116116 # Remove in-tree qemu stuff in case we build from a tar-ball
117117 rm -rf tools/qemu-xen tools/qemu-xen-traditional
118118119119- # Fix shebangs, mainly for build-scipts
119119+ # Fix shebangs, mainly for build-scripts
120120 # We want to do this before getting prefetched stuff to speed things up
121121 # (prefetched stuff has lots of files)
122122 find . -type f | xargs sed -i 's@/usr/bin/\(python\|perl\)@/usr/bin/env \1@g'