[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] How to download the latest bash?
From: |
Chris Down |
Subject: |
Re: [Help-bash] How to download the latest bash? |
Date: |
Tue, 25 Jun 2013 17:07:54 +0800 |
On 25 June 2013 16:59, Geir Hauge <address@hidden> wrote:
> If you don't mind downloading a bit extra,
>
> git clone git://git.savannah.gnu.org/bash.git
> cd bash
> ./configure # etc...
You can also do a shallow clone to save time drastically if you don't
care about the history:
git clone --depth 1 git://git.savannah.gnu.org/bash.git