Skip to content

Commit 1b99128

Browse files
committed
! rp: output error message to stderr
1 parent debab09 commit 1b99128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
set -eEuo pipefail
1414

1515
[ $# -eq 0 ] && {
16-
echo "ERROR: NO argument!"
16+
echo "ERROR: NO argument!" 1>&2
1717
exit 1
1818
}
1919

0 commit comments

Comments
 (0)