]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
build/ops: unify command substitution in install-deps.sh
authorNathan Cutler <ncutler@suse.com>
Wed, 1 Aug 2018 10:33:58 +0000 (12:33 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 09:20:03 +0000 (11:20 +0200)
commit62d8453c2c743972c102dab250d4671a14860a56
tree4fd81738871a633d9d07bf9cf7bdb5109165a358
parenta726799399c32c8ca4a3968919ac39a765f8e617
build/ops: unify command substitution in install-deps.sh

The $() form is preferable to `` because folks (like me) might be using
` as a keyboard shortcut to GNU Screen, causing havoc to ensue whenever
copy-pasting the ` character.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit e0042dd617269934bf51efee5bab7e4485875576)
install-deps.sh