Skip to content

Commit

Permalink
binlink sleep cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Dec 9, 2024
1 parent 47f6d50 commit fc37b74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/studio/libexec/hab-studio-type-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ finish_setup() {
_hab pkg binlink core/bash bash
_hab pkg binlink core/bash sh

# binlink sleep command
_hab pkg binlink "$coreutils_path/bin/sleep" sleep

# Create a wrapper to `build` so that any calls to it have a super-stripped
# `$PATH` and not whatever augmented version is currently in use. This should
# mean that running `build` from inside a `studio enter` and running `studio
Expand Down

0 comments on commit fc37b74

Please sign in to comment.