Skip to content

Commit

Permalink
add missing double ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Nov 1, 2021
1 parent b24924c commit 14de823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ chroot ${BUILD_ROOT} glib-compile-schemas /usr/share/glib-2.0/schemas/

chroot ${BUILD_ROOT} ldconfig

if [ ${PMOSKERNEL} != "true" ]; then
if [ "${PMOSKERNEL}" != "true" ]; then
export KERNEL_VERSION=`ls ${BUILD_ROOT}/boot/*Image-* | sed 's,.*Image-,,g' | sort -u`

# in case we did not get a kernel version, try it again with the vmlinuz
Expand Down

0 comments on commit 14de823

Please sign in to comment.