podman: T6598: add search PATH for Go

This commit is contained in:
Christian Breunig 2024-07-25 11:08:26 +02:00
parent abe46eca69
commit 84c5d5a3db

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -x
export PATH=/opt/go/bin:$PATH
SRC=podman
if [ ! -d $SRC ]; then