mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
work even if ENV variable unset
This commit is contained in:
parent
0bea58b128
commit
9659f810dc
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
|
GCM_SENDER_ID=${GCM_SENDER_ID:-""}
|
||||||
|
|
||||||
if [ -z "$GCM_SENDER_ID" ]; then
|
if [ -z "$GCM_SENDER_ID" ]; then
|
||||||
echo "GCM_SENDER_ID empty; GCM use will be disabled" >&2
|
echo "GCM_SENDER_ID empty; GCM use will be disabled" >&2
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue