Add missing script name markers
[releng/global-jjb.git] / shell / maven-patch-release.sh
index cc3c8b8..d6e9080 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
@@ -8,7 +8,7 @@
 # which accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 ##############################################################################
-
+echo "---> maven-patch-release.sh"
 # This script removes the -SNAPSHOT from a project to prepare it for release.
 
 PATCH_DIR="$WORKSPACE/archives/patches"