[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8420: I: bug#8420: dirname
From: |
Eric Blake |
Subject: |
bug#8420: I: bug#8420: dirname |
Date: |
Mon, 04 Apr 2011 12:39:40 -0600 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.9 |
On 04/04/2011 11:37 AM, Michele Marigliano wrote:
> At end, I resolved it running the script in this way:
> ./script.sh
> and NOT
> . script.sh (my first run with error).
There is a large difference between sourcing a file in the current shell
(. script.sh, where $0 remains unchanged) and executing a script
(./script, where $0 changes to the script name); and as you discovered,
there are a large number of scripts that are not usable when sourced
instead of run as a script.
At any rate, glad to hear that you got things sorted out.
--
Eric Blake address@hidden +1-801-349-2682
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- bug#8420: dirname, (continued)
- bug#8420: dirname, Eric Blake, 2011/04/04
- bug#8420: dirname, Etienne Buira, 2011/04/04
- bug#8420: dirname, Bjartur Thorlacius, 2011/04/04
- bug#8420: dirname, Eric Blake, 2011/04/04
- bug#8420: dirname, Bjartur Thorlacius, 2011/04/04
- bug#8420: dirname, Eric Blake, 2011/04/04
- bug#8420: dirname, Bjartur Thorlacius, 2011/04/05
- bug#8420: dirname, Eric Blake, 2011/04/05
- bug#8420: dirname, Bjartur Thorlacius, 2011/04/07
bug#8420: I: bug#8420: dirname, Michele Marigliano, 2011/04/04
- bug#8420: I: bug#8420: dirname,
Eric Blake <=