Fix "function not found" failure 43/61643/1
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Tue, 21 Aug 2018 16:43:18 +0000 (09:43 -0700)
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Tue, 21 Aug 2018 16:52:09 +0000 (09:52 -0700)
POSIX compliant shell does not recognize keyword
"function" and run the script under bash.

Issue-ID: AAF-430
Change-Id: I608070f41462cc5a1cba3cd112483a19fad38615
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
jjb/aaf/build-sshsm-docker-images.sh

index b70c13d..7ed0719 100755 (executable)
@@ -8,4 +8,4 @@ echo $CURRENTDIR
 echo 'Building AAF/sshsm base containers'
 cd bin/base
 chmod 755 build_base_images.sh
-sh build_base_images.sh
+./build_base_images.sh