mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
-z instead of -e for non-files
This commit is contained in:
parent
8508f7c594
commit
358357db1e
5
debian/dch-generate.sh
vendored
5
debian/dch-generate.sh
vendored
@ -20,10 +20,10 @@ tzone="+09:00"
|
|||||||
entry="* See: http://www.softether.org/5-download/history"
|
entry="* See: http://www.softether.org/5-download/history"
|
||||||
|
|
||||||
# are you a debian maintainer?
|
# are you a debian maintainer?
|
||||||
if [ ! -e "$DEBFULLNAME" ]; then
|
if [ -z "$DEBFULLNAME" ]; then
|
||||||
DEBFULLNAME="John Q. Sample"
|
DEBFULLNAME="John Q. Sample"
|
||||||
fi
|
fi
|
||||||
if [ ! -e "$DEBEMAIL" ]; then
|
if [ -z "$DEBEMAIL" ]; then
|
||||||
DEBEMAIL="tamade@example.org"
|
DEBEMAIL="tamade@example.org"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -61,6 +61,5 @@ echo
|
|||||||
echo " ""$entry"
|
echo " ""$entry"
|
||||||
echo
|
echo
|
||||||
echo " --"" ""$DEBFULLNAME"" <""$DEBEMAIL""> ""$date"
|
echo " --"" ""$DEBFULLNAME"" <""$DEBEMAIL""> ""$date"
|
||||||
echo
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user