classic snaps recurse
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
When building a classic snap, the command wrapper being generated looks like:
#!/bin/sh
exec "command" "$@"
when they should instead look like:
#!/bin/sh
exec "$SNAP/bin/command" "$@"
because the $PATH is not reset inside of a classic snap
Evaluation history
No evaluation history available.