From 774f6f1d7c862fc2b8e1783abef9a0bccdaf9d0c Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 11 Apr 2019 13:10:46 +0100 Subject: IVGCVSW-2912 Change get_compute_libary.sh -p exit code to 0 Change-Id: Id53d32f07c2c555d4ed86bcba31a860a698ff3e9 Signed-off-by: Jim Flynn --- scripts/get_compute_library.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 6ad98ca1b6..f3d1a8cb19 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -16,12 +16,12 @@ usage() { echo "Usage: $CMD (Use the default clframework SHA)" echo "Usage: $CMD -s " echo "Usage: $CMD -p (Print current default clframework SHA)" - exit 1 + exit 0 } PrintDefaultClframeworkSha() { echo $DEFAULT_CLFRAMEWORKREVISION - exit 2; + exit 0; } function AssertZeroExitCode { -- cgit v1.2.1