swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

changed /users to /Users to conform to Mac OS. Small change to complete instructor training #886

Closed delmog closed 9 years ago

delmog commented 9 years ago

Changed instances of /users to /Users in files and directories lesson, to conform to Mac OS file system. Did this to complete SWC intructor training excerise.

tpoisot commented 9 years ago

I really do not think that should be the default. Why not simply adding a line somewhere to say that OS X uses /Users ?

Le lundi 24 novembre 2014, delmog notifications@github.com a écrit :

Changed instances of /users to /Users in files and directories lesson, to conform to Mac OS file system. Did this to complete SWC intructor training

excerise.

You can merge this Pull Request by running

git pull https://github.com/delmog/bc gh-pages

Or view, comment on, or merge it at:

https://github.com/swcarpentry/bc/pull/886 Commit Summary

  • changed /users to /Users to conform to Mac OS

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/swcarpentry/bc/pull/886.

Sent from my iPhone.

gdevenyi commented 9 years ago

-1 This is tied to the example filesystem which already uses /users.

This is in some sense meant to be system agnositc, Unix uses /home, windows users /Users or /Documents and Settings depending on the version and OSX uses /Users.