Skip to content

Commit 4901a76

Browse files
committed
cmd-supermin-shell: use runvm_with_cache
I often run `cosa supermin-shell` so I can inspect what is in the cache so we might as well just default to runvm_with_cache here.
1 parent 6bca54d commit 4901a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-supermin-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dn=$(dirname "$0")
77

88
prepare_build
99

10-
RUNVM_SHELL=1 runvm "$@" -- bash
10+
RUNVM_SHELL=1 runvm_with_cache "$@" -- bash

0 commit comments

Comments
 (0)