From 2c22589782d74e9db5d79f72b259df08beb5ef7a Mon Sep 17 00:00:00 2001 From: Ilya Katsnelson Date: Mon, 30 Oct 2023 01:39:31 +0300 Subject: 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 --- scripts/noop.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/noop.sh (limited to 'scripts') diff --git a/scripts/noop.sh b/scripts/noop.sh new file mode 100755 index 00000000000..96b71fe3bf4 --- /dev/null +++ b/scripts/noop.sh @@ -0,0 +1,2 @@ +#!/bin/sh +# This script does nothing, intentionally. -- cgit v1.2.3