coolsnowwolf-lede/scripts/noop.sh
Ilya Katsnelson a4c684fd02 build: replace true with a custom noop script
`true` might be a shell built-in, or simply not accessible in the hardcoded locations.
Replace it with a custom script that does nothing.

Signed-off-by: Ilya Katsnelson <me@0upti.me>
2023-11-19 22:54:50 +08:00

3 lines
53 B
Bash
Executable File

#!/bin/sh
# This script does nothing, intentionally.