Skip to content

Fix incorrect traps in vunit#7

Open
sstallion wants to merge 1 commit intoh1mesuke:masterfrom
sstallion:master
Open

Fix incorrect traps in vunit#7
sstallion wants to merge 1 commit intoh1mesuke:masterfrom
sstallion:master

Conversation

@sstallion
Copy link
Copy Markdown

This PR fixes a long-standing issue in vunit. After a test run, vunit would error out with:

/path/to/bin/vunit: line 1: cd: too many arguments

This was the result of a missing semicolon between cd and exit. I also believe $tcdir may not have been correct as it would also result in an error since the script was already in that directory. I changed it to to $cwd since that seemed to be the original intent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant