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 #19

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 one .vim* type file.

Use .vimrc to trigger copying a vim environment.

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

stellarhopper commented 2 years ago

@weiny2 This looks good and I'll merge this, and close the other one. However you shouldn't need to create a new PR for changes. You can just force push to your fork - the same branch with which you created the original PR, and Github will figure it out and update the PR with a thing saying that an update was made. Keeps the continuity too!