]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - mod-blkid.sh
- quote pathnames in feature test
[projects/geninitrd.git] / mod-blkid.sh
index 9a3de39f93eaec5aad1722e2cc816d962765cc05..e362976e8813079f6ea346a5ed4b0d1fa95ea25d 100644 (file)
@@ -6,7 +6,7 @@
 have_blkid=no
 
 blkid=$(find_tool $initrd_dir/blkid /sbin/initrd-blkid)
-if [ -x $blkid ]; then
+if [ -x "$blkid" ]; then
        USE_BLKID=yes
 else
        USE_BLKID=no
This page took 0.073651 seconds and 4 git commands to generate.