pret / agbcc

C compiler
104 stars 75 forks source link

Remove trailing slash to fix macOS compatibility #26

Closed 916253 closed 5 years ago

916253 commented 5 years ago

BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended.

PikalaxALT commented 5 years ago

Duplicate of #22

916253 commented 5 years ago

@PikalaxALT I see that; but even so, i'm perplexed as to why one of them has yet to be merged after the former has been up for 10 months, especially when its an easy fix that likely causes headaches for many users

huderlem commented 5 years ago

merged #22

huderlem commented 5 years ago

Looks like this PR is the proper fix, after all. Thanks!