[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] quilt 'env' command to get environment variables
From: |
Kaz Kylheku |
Subject: |
Re: [Quilt-dev] quilt 'env' command to get environment variables |
Date: |
Mon, 23 Apr 2012 14:38:14 -0700 |
User-agent: |
Roundcube Webmail/0.4 |
[quilt-dev mailing list's insipid Reply-To: munging noticed and
repaired]
On Mon, 23 Apr 2012 14:12:43 -0700, Greg KH <address@hidden> wrote:
> So I came up with 'quilt env', a simple dump of the environment
> variables that quilt runs with, that any other script can then take and
> use as needed.
Hi Greg:
Why not just 'quilt shell <shell-command>', where that command can be
env. Then you can do other things like 'quilt shell echo $QUILT_FOO'.
Or 'quilt shell pwd' (run after locating the project root).