pmem / run_qemu

A script to create bootable OS images, and run qemu with a locally built kernel.
Creative Commons Zero v1.0 Universal
58 stars 22 forks source link

run_qemu: Don't use glob in if statement #18

Closed weiny2 closed 2 years ago

weiny2 commented 2 years ago

The check to install vimrc type files used a glob which fails if one has more than 1 .vim* type file.

Use .vimrc explicitly.

Signed-off-by: Ira Weiny ira.weiny@intel.com

stellarhopper commented 2 years ago

Fixed with #19