From b3f4914c481a21f646d11950b7ff8d21539afbb1 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 6 Mar 2026 17:44:03 +0100 Subject: [PATCH] Cleanup stream_wav.py.backup --- scripts/build_mpos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_mpos.sh b/scripts/build_mpos.sh index 7ec19b1d..b8c6e158 100755 --- a/scripts/build_mpos.sh +++ b/scripts/build_mpos.sh @@ -165,6 +165,7 @@ elif [ "$target" == "unix" -o "$target" == "macOS" ]; then # Restore @micropython.viper decorator after build echo "Restoring @micropython.viper decorator..." sed -i.backup 's/^#@micropython\.viper$/@micropython.viper/' "$stream_wav_file" + rm "$stream_wav_file".backup else echo "invalid target $target" fi