mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 13:20:08 +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' {} \;
|