1
0
Fork 0

Merge pull request #1512 from ailin-nemui/shquote

missing shell quotes
This commit is contained in:
ailin-nemui 2024-03-31 16:53:57 +00:00 committed by GitHub
commit 91dac0e5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)