rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

Remove trailing slash in exported PATH #30

Closed jjatria closed 4 years ago

jjatria commented 4 years ago

The instructions on building from source for Linux had a trailing slash in the exported $PATH, which made the output of which ugly:

$ which perl6    
/home/user/rakudo/install/bin//perl6

Although this is a purely cosmetic change, removing this trailing slash makes for less unexpected output.