diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-21 19:03:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-21 19:03:15 +0200 |
commit | 0cb0a446d41ecdde2f56b2493fb0fefc9ad94c22 (patch) | |
tree | 5c470fc9d14ca01479e3ec56e56bbf0410d1d128 | |
parent | 76c3de93879afb38b0f88be131999cfa13f52cf4 (diff) |
pkg: Use "source" instead of "." to read the config
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ function clear_line { # Read local configuration if [[ -f $HOME/.pkg.conf ]] { - . $HOME/.pkg.conf + source $HOME/.pkg.conf } # Parse commandline options |