summaryrefslogtreecommitdiff
path: root/doc/forum/host_to_deal_with_dpkg::options
diff options
context:
space:
mode:
authorJoey Hess2017-07-28 11:47:11 -0400
committerJoey Hess2017-07-28 11:47:11 -0400
commit93e8d4c41b7f125f755775707c0277a72437cf36 (patch)
tree8ca98ce34635666a70aed3bc8b79e57256eff30b /doc/forum/host_to_deal_with_dpkg::options
parentd9a9a36937352d74856ea311f2ba477ca74999ed (diff)
comment
Diffstat (limited to 'doc/forum/host_to_deal_with_dpkg::options')
-rw-r--r--doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment b/doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment
new file mode 100644
index 00000000..39e0ebc3
--- /dev/null
+++ b/doc/forum/host_to_deal_with_dpkg::options/comment_2_bac8129b570ce216ef9f6aa6c0e12c1e._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-07-28T15:45:43Z"
+ content="""
+I doubt that apt's option parser deals with quotes; those are normally
+handled by the shell. runApt does not pass the command through the shell,
+so probably simply removing the quotes from inside the parameter will work.
+"""]]