summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index 08810cb..b7fd4ce 100755
--- a/scripts/live
+++ b/scripts/live
@@ -921,7 +921,7 @@ try_snap ()
else
dev=$(find_cow_device "${snap_label}")
- if [ -b ${dev} ]
+ if [ -b "${dev}" ]
then
if echo "${dev}" | grep -qs loop
then