1
0
mirror of synced 2026-04-17 00:00:12 +00:00

Use double quotes for ${pygrub} check

This commit is contained in:
Axel Beckert
2010-05-16 03:06:14 +02:00
parent 40405b41df
commit d0b7777218
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ else
. ./hooks/common.sh
fi
if [ ${pygrub} ]; then
if [ "${pygrub}" ]; then
#
# Log our start
#

View File

@@ -21,7 +21,7 @@ else
. ./hooks/common.sh
fi
if [ ${pygrub} ]; then
if [ "${pygrub}" ]; then
#
# Log our start
#