--- /srv/reproducible-results/rbuild-debian/r-b-build.yCwUnNb8/b1/sphinxcontrib-programoutput_0.16-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.yCwUnNb8/b2/sphinxcontrib-programoutput_0.16-1_armhf.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - a627806798ec6797e984c321aaf573b7 25584 doc optional python-sphinxcontrib.programoutput-doc_0.16-1_all.deb │ + d6877ed2f6ca2d32b4ad5dd2da83b8ec 25580 doc optional python-sphinxcontrib.programoutput-doc_0.16-1_all.deb │ dc164cb0a715261508db76daaa6b590d 20128 python optional python3-sphinxcontrib.programoutput_0.16-1_all.deb ├── python-sphinxcontrib.programoutput-doc_0.16-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2020-04-16 07:33:15.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1200 2020-04-16 07:33:15.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 24192 2020-04-16 07:33:15.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 24188 2020-04-16 07:33:15.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-sphinxcontrib.programoutput-doc/html/index.html │ │ │ │ @@ -143,24 +143,24 @@ │ │ │ │
To enable these features, enable the shell
option. With this option, the
│ │ │ │ command is literally passed to the system shell:
.. command-output:: echo "$USER"
│ │ │ │ :shell:
│ │ │ │
$ echo "$USER"
│ │ │ │ -pbuilder1
│ │ │ │ +pbuilder2
│ │ │ │
Other shell features like process expansion consequently work, too:
│ │ │ │.. command-output:: ls -l $(which grep)
│ │ │ │ :shell:
│ │ │ │
$ ls -l $(which grep)
│ │ │ │ --rwxr-xr-x 1 root root 124508 Jan 24 2023 /bin/grep
│ │ │ │ +-rwxr-xr-x 1 root root 124508 Jan 25 2023 /bin/grep
│ │ │ │
Remember to use shell
carefully to avoid unintented interpretation of shell
│ │ │ │ syntax and swallowing of fatal errors!