I'm trying to call

jarsigner -verbose -keystore /some-path/releasekey.keystore -storepass ******!p /some-file/path

in bash.

The !p at the end of my storepass keeps getting treated as a bang and is replaced with with the last command I called that started with p.

I can't change the this key, but is there anyway I can fix this?

有帮助吗?

解决方案

Resolved - just changed the storepass

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top