Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 8ab33eb

Browse files
committed
Fixed cleanup-white-noise.sh
Signed-off-by: Marco Pracucci <marco@pracucci.com>
1 parent 61c2fd8 commit 8ab33eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cleanup-white-noise.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
SED_BIN=${SED_BIN:-sed}
33

44
${SED_BIN} -i 's/[ \t]*$//' "$@"

0 commit comments

Comments
 (0)