mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
commit
91dac0e5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue