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