Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

KPM Pack: Generated bash scripts are broken #1115

Closed
borgdylan opened this issue Jan 21, 2015 · 2 comments
Closed

KPM Pack: Generated bash scripts are broken #1115

borgdylan opened this issue Jan 21, 2015 · 2 comments
Assignees
Milestone

Comments

@borgdylan
Copy link

Currently the last line in a bash script for k run would be:

exec "dotnet" Microsoft.Framework.ApplicationHost run "$@"

But it should be:

exec "dotnet" --appbase $DOTNET_APPBASE Microsoft.Framework.ApplicationHost run "$@"

The DOTNET_APPBASE variable is already defined in the scripts.

@davidfowl
Copy link
Member

@ChengTian @muratg

@muratg
Copy link
Contributor

muratg commented Jan 21, 2015

@ChengTian let's get this once the branching is done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants