Skip to content

Commit

Permalink
dart_sass.bash: fixed shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
azizk committed Apr 10, 2023
1 parent b5c66b9 commit 3643490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/dart_sass.bash
Expand Up @@ -19,7 +19,7 @@ exec >/dev/null 2>&1
# Read from stdin in the background and
# kill running program when stdin closes
exec 0<&0 $(
while read; do :; done
while read -r; do :; done
kill -KILL $pid1
) &
pid2=$!
Expand Down

0 comments on commit 3643490

Please sign in to comment.