Skip to content
Snippets Groups Projects
Commit ba9a1240 authored by Jake Buchholz Göktürk's avatar Jake Buchholz Göktürk
Browse files

community/docker: niftix APKBUILD

switch '&> /dev/null' bashism to '>/dev/null 2>&1'
parent e1410f5c
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38892community/docker: niftix APKBUILD
Pipeline #136086 passed with warnings
......@@ -109,7 +109,7 @@ build() {
export GOBIN="$GOPATH/bin"
export PATH="$GOBIN:$PATH"
# go-md2man package installs go-md2man, but this looks for md2man
if ! command -v md2man &> /dev/null; then
if ! command -v md2man >/dev/null 2>&1; then
mkdir -p /tmp/bin
ln -sf /usr/bin/go-md2man /tmp/bin/md2man
export PATH="/tmp/bin:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment