summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 18:06:25 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-01 20:18:00 -0400
commit872b692162a44307161aa98a3c5edaccc3c7b61a (patch)
treed65b1fc1b1fd78bc355ac698c2186cf6a092d244 /src
parent2abb50b7ad08094dd1e9c2eb3dca860685d56e8f (diff)
distcc-tool: Note which Bash version is required
Diffstat (limited to 'src')
-rwxr-xr-xsrc/chroot-tools/distcc-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/distcc-tool b/src/chroot-tools/distcc-tool
index 4e2359f..5bb4f7b 100755
--- a/src/chroot-tools/distcc-tool
+++ b/src/chroot-tools/distcc-tool
@@ -22,7 +22,7 @@
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
# This program has very few dependencies:
-# - bash: I don't know what version, I use fairly modern features
+# - bash: 4.4 or newer (for @Q escaping)
# - socat
# - cat: any version
# - rm: any version