We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870736f commit 417a89eCopy full SHA for 417a89e
1 file changed
src/s-core-devcontainer/.devcontainer/s-core-local/versions.sh
@@ -20,4 +20,4 @@ fi
20
export $(/tmp/yq eval '.. | select((tag == "!!map" or tag == "!!seq") | not) | (path | join("_")) + "=" + .' "$1" | awk '!/=$/{print }' | xargs)
21
22
# Clean up
23
-rm -f /tmp/yq
+trap 'rm -f /tmp/yq' EXIT
0 commit comments