[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make install errors out:
From: |
Aneesh Kumar K.V |
Subject: |
Re: make install errors out: |
Date: |
Mon, 30 Jul 2012 14:12:32 +0530 |
User-agent: |
Notmuch/0.13.2+63~g548a9bf (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) |
Jan Djärv <address@hidden> writes:
> Hello.
>
> 30 jul 2012 kl. 05:34 skrev T. V. Raman:
>
>> This is after a git update:
>>
>> umask 022 ; \
>> eval sh -x /bin/mkdir -p \
>> "'`echo
>> /usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp|sed
>> \"s,:,' ',g\"`'"
>> /bin/mkdir: 1: Syntax error: "(" unexpected
>> make: *** [install-arch-indep] Error 2
>> 20:33:58 labrador emacs $
>
> Hmm, there is no ( in that line. What shell are you using?
>
I am also facing the same issue. using bash shell
$echo $SHELL
/bin/bash
This is on ubuntu 12.04.
-aneesh