Skip to content

Commit

Permalink
missing shell quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailin Nemui committed Feb 23, 2024
1 parent b3f6ed0 commit 4dd57cf
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 4dd57cf

Please sign in to comment.