Skip to content

Commit

Permalink
Bugfix entry point (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored May 9, 2019
1 parent e149e01 commit ec66def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
udevd --daemon
udevadm trigger

if CMD="$(command -v grep "$1")"; then
if CMD="$(command -v "$1")"; then
shift
exec "$CMD" "$@"
else
Expand Down

0 comments on commit ec66def

Please sign in to comment.