包含 !p 的 storepass 的奇怪 bash/jarsigner 行为
我正在尝试调用
jarsigner -verbose -keystore /some-path/releasekey.keystore -storepass ******!p /some-file/path
bash。
我的 storepass 末尾的 !p
一直被视为一声巨响,并被我调用的最后一个以 p 开头的命令所取代。
我无法更改此密钥,但是我可以解决此问题吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已解决 - 刚刚更改了 storepass
Resolved - just changed the storepass