Skip to content

Commit

Permalink
Merge pull request irssi#1512 from ailin-nemui/shquote
Browse files Browse the repository at this point in the history
missing shell quotes
  • Loading branch information
ailin-nemui authored Mar 31, 2024
2 parents aebc066 + 4dd57cf commit 91dac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/irssi-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DATE=`grep '^v' $1/NEWS | head -1`
DATE=`grep '^v' "$1"/NEWS | head -1`
VERSION_DATE=`echo "$DATE" | cut -f 2 -d ' ' | tr -d -`
case $VERSION_DATE in
*xx)
Expand Down

0 comments on commit 91dac0e

Please sign in to comment.