mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix dev.sh --refresh to create target dir
PiperOrigin-RevId: 269921234
This commit is contained in:
committed by
gVisor bot
parent
c98e7f0d19
commit
a1f8446921
@@ -63,6 +63,7 @@ if [[ ${REFRESH} -eq 0 ]]; then
|
||||
echo "If you rebuild, use $0 --refresh."
|
||||
|
||||
else
|
||||
mkdir -p "$(dirname ${RUNSC_BIN})"
|
||||
cp -f ${OUTPUT} "${RUNSC_BIN}"
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user