mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
missing shell quotes
This commit is contained in:
parent
b3f6ed0b11
commit
4dd57cf24e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user