From 62ba0d60c297f9ff4ae8b068c31efebcd68c4a1b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 9 Nov 2023 13:54:48 +0100 Subject: [PATCH] Add debug line. --- container/bin/build_source | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container/bin/build_source b/container/bin/build_source index e41bdf9..6dd45e8 100755 --- a/container/bin/build_source +++ b/container/bin/build_source @@ -9,6 +9,8 @@ main() ( DEB_BUILD_OPTIONS="terse $BUILD_OPTIONS" export DEB_BUILD_OPTIONS + echo $SOURCE_NAME + source="$SOURCE_NAME" debian_source="$DEBIAN_SOURCE"