Skip to content

Commit cd28684

Browse files
committed
create-alma10-base.sh: Fix 'numeric value expected' error from warn()
1 parent ae20b9d commit cd28684

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/create-alma10-base.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ fail () {
5252

5353

5454
warn () {
55-
local ret=${1}
56-
shift
5755
echo -e "$Prog:" "$@" >&2
58-
return "$ret"
5956
}
6057

6158

0 commit comments

Comments
 (0)