From 5279293f91beaea54392cba66d80bdb5e9233b0d Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Tue, 26 Mar 2024 14:08:31 +0100 Subject: [PATCH] test --- system/extras/prebuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/extras/prebuild.sh b/system/extras/prebuild.sh index 91f878c66f..2bb4e124f6 100755 --- a/system/extras/prebuild.sh +++ b/system/extras/prebuild.sh @@ -1,5 +1,7 @@ #!/bin/bash +printf "%s\n" "$SHELL" 1>&2 + BUILD_PATH="$1" BUILD_SOURCE_PATH="$2" BOARD_PLATFORM_PATH="$3"