Skip to content

Commit d8fdd28

Browse files
committed
Improve bin/add_note.sh output if no issue number is given
1 parent 6d7d534 commit d8fdd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/add_note.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ issue=${1:?}
99

1010
xml=xml/issue$issue.xml
1111

12-
if ! [ -w $xml ]
12+
if ! [ -w "$xml" ]
1313
then
1414
echo "$0: $xml: No such issue" >&2
1515
exit 1

0 commit comments

Comments
 (0)