1
0
Fork 0

missing shell quotes

This commit is contained in:
Ailin Nemui 2024-02-23 17:04:41 +01:00
parent b3f6ed0b11
commit 4dd57cf24e
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)