kmax icon indicating copy to clipboard operation
kmax copied to clipboard

Expand paths to linux-ksrc for kismet

Open paulgazz opened this issue 2 years ago • 1 comments

Currently ~/linux-5.16 doesn't work for kismet, while ${HOME}/linux-5.16 does.

paulgazz avatar Mar 03 '22 13:03 paulgazz

Using tilde (~/) seems to work for me:

kismet -a x86_64 --linux-ksrc ~/linux/linux-next

However, using quotation marks (") around the path that involves tilde sign (~/) won't work:

kismet -a x86_64 --linux-ksrc "~/linux/linux-next"  #< This won't work

I think bash is responsible for tilde expansion, and it only expands if unquoted (bash ref).

Do you experience this with unquoted tilde?

necipfazil avatar Jul 15 '22 05:07 necipfazil