-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not work in mac #5
Comments
I found i need to remove .emacs.d folder! it works! but some command not friendly for mac, can you make it better? |
You'd need to specify what you mean by making it better. |
Line 10 in a7d454a
install -D option not in mac: |
if you do |
echo $OSTYPE show me darwin17.0. |
pushed a fix, see if it works |
Hi Thanks very much for making this public — it's a great solution to a big irritation! FWIW, the fix was still failing to work on my Macs (both on High Sierra) — the problem seems to be the the $OSTYPE variable is stripped down to STYPE for some reason, so the actual line reads
when it is run and it doesn't pick up it's on a Mac. No idea why... The fix was simple for me (as I don't need it on Linux) — just delete everything apart from the mac relevant branch of the if statement, leaving just
Everything then works as planned. (I've mentioned it here in case it helps debugging (it's a problem with the if statement, not the cp statement) and in case any other Mac user is reading this.) Many thanks again for making it public — really appreciate it! |
I'll leave it open for people to see, great job figuring it out! |
Thanks Dawid!
… On 15 Apr 2018, at 18:57, Dawid Eckert ***@***.***> wrote:
I'll leave it open for people to see, great job figuring it out!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#5 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACxw7FsIWRHLpaJ1r3TRY7ZbWjJJgzL_ks5to4ntgaJpZM4R6Tal>.
|
The 1st problem I found with the 'if' statement is that the regex symbol It seems there is another issue that I'm still researching on Linux. I don't think that the makefile is being interpreted by bash correctly (or when it is, it spits out the entire statement as if I appended echo before the statement). I will record anything else I find in issue #7 . |
I got you config to my mac! when i run ihsec set conifgname i found the config folder link in .emacs.d/,
the result bellow:
How can i fix it ?
The text was updated successfully, but these errors were encountered: