We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c3f2f commit c5c00ffCopy full SHA for c5c00ff
pkg/lib/util/util.sh
@@ -44,7 +44,7 @@ util.init_global() {
44
mkdir -p "$BASALT_GLOBAL_DATA_DIR/store"
45
fi
46
if [ ! -f "$BASALT_GLOBAL_DATA_DIR/global/dependencies" ]; then
47
- "$BASALT_GLOBAL_DATA_DIR/global/dependencies"
+ touch "$BASALT_GLOBAL_DATA_DIR/global/dependencies"
48
49
50
# Note that I would prefer to check the existence of the target directory as well, but that would mean if the user installs
0 commit comments