Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ubuntuでは正確
私は「dpkg-q--commit./patchsetname」と呼んでいます
これを行うと、selecteditorバイナリを使用してエディターを開くことにします。
それを抑えたい。何かご意見は?
共有ライブラリとエディタークエリのフィルターを使用してexecsyscallを中断する必要はありません。これを行うためのよりクリーンな方法があるはずです。
これを次のように修正しました。
EDITOR=/bin/true dpkg-source -q --commit . patchsetname
これは(明らかに)true代わりに使用nanoされ、少なくともkubuntuではうまくいくようです。
true
nano