GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

Mac uses /bin/hostname otherwise /usr/bin can continue to be used #897

Open dalehenrich opened 1 year ago

dalehenrich commented 1 year ago

There are a couple of places in Rowan where /usr/bin is used and /bin would be more portable ... also RwGitTool>>_mktempCommand should be changed to use FileReference class>>newTempFilePrefix:suffix: