Skip to content

Commit

Permalink
Create $target
Browse files Browse the repository at this point in the history
Closes #20
  • Loading branch information
mikepqr committed Mar 15, 2021
1 parent 3301908 commit 724755b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stowsh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ stowsh_install() {

cd "$pkg" || return 1

mkdir -p "$target"
while IFS= read -r -d '' d; do
commands+=("mkdir -p '$target/$d'")
done < <($flist -d)
Expand Down

0 comments on commit 724755b

Please sign in to comment.