1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

missing shell quotes

This commit is contained in:
Ailin Nemui 2024-02-23 17:04:41 +01:00
parent b3f6ed0b11
commit 4dd57cf24e

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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 -` VERSION_DATE=`echo "$DATE" | cut -f 2 -d ' ' | tr -d -`
case $VERSION_DATE in case $VERSION_DATE in
*xx) *xx)