mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/sh
|
|
find . -name '*.py' -exec sed -i -e 's|/usr/bin/env|/bin/env|g' {} \;
|