Use double quotes for ${pygrub} check
This commit is contained in:
@@ -21,7 +21,7 @@ else
|
||||
. ./hooks/common.sh
|
||||
fi
|
||||
|
||||
if [ ${pygrub} ]; then
|
||||
if [ "${pygrub}" ]; then
|
||||
#
|
||||
# Log our start
|
||||
#
|
||||
|
||||
@@ -21,7 +21,7 @@ else
|
||||
. ./hooks/common.sh
|
||||
fi
|
||||
|
||||
if [ ${pygrub} ]; then
|
||||
if [ "${pygrub}" ]; then
|
||||
#
|
||||
# Log our start
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user