xen: fix typo

fetsorn 0eb3ea39 29f3903f

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