Skip to content

Commit 415733c

Browse files
committed
Now prints "Changes to environment after sourcing this script"
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 84ad894 commit 415733c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-scripts/detect-environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ unlink env_before
412412
if [ -n "$env_diff" ]; then
413413
echo
414414
echo
415-
echo "==================== Current environment ========================"
415+
echo "======= Changes to environment after sourcing this script ======="
416416
echo "$env_diff"
417417
echo "================================================================="
418418
echo

0 commit comments

Comments
 (0)