Skip to content

Commit 0c996cf

Browse files
committed
Misc cleanup
1 parent 6ee0c20 commit 0c996cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: header.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Helper functions sourced by main scripts
33
# Print message to standard error and exit main process
44
raise() {
5-
echo "Usage: $usage" 1>&2
6-
echo "Error: $*" 1>&2
5+
echo "Usage: $usage" >&2
6+
echo "Error: $*" >&2
77
exit 1
88
}
99

0 commit comments

Comments
 (0)