Skip to content

Commit 23a237a

Browse files
siteshwarkdudka
authored andcommitted
upload-release.sh: print error string in die() function
Closes https://github.com/kdudka/csdiff/pull/1
1 parent 9182e18 commit 23a237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage() {
1313
}
1414

1515
die() {
16-
printf "%s: error: %s\n" "$SELF" >&2
16+
printf "%s: error: %s\n" "$SELF" "$*" >&2
1717
exit 1
1818
}
1919

0 commit comments

Comments
 (0)