Closed alanpearce closed 11 years ago
OSX doesn't have a getent command.
getent
Since we're using bash, using ~ should be safe.
~
Combined with #10 or #8, this allows building a VM correctly on Mac OSX :+1:
getent works when your home dir is on NFS, but as vbkick works as "personal lab" on desktop, use ~ make more sense :)
OSX doesn't have a
getent
command.Since we're using bash, using
~
should be safe.