← Back to issue list

classic snaps recurse

View original Launchpad issue

Metadata

Project
snapcraft
Number
#1681861
Type
issue
State
open
Author
~chris.macnaughton
Labels
Created
2017-04-11 14:28:51.363640+00:00
Updated
2017-04-11 14:28:51.363640+00:00
Closed

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.