1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 09:31:14 +01:00

Change bash scripts to be POSIX-compatible

some Unix-like operating systems, namely Alpine, don't come with bash
preinstalled.
scripts in the lib-src/ directory were left untouched.

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff
2021-12-02 09:32:47 +02:00
parent d118b79a04
commit f395687c9f
16 changed files with 149 additions and 144 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/sh
for i in *.po; do
sed -i '/^Project/d' $i
done
done