From 0cb0a446d41ecdde2f56b2493fb0fefc9ad94c22 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 21 Apr 2009 19:03:15 +0200 Subject: pkg: Use "source" instead of "." to read the config --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 52ca92b..b0f8a23 100755 --- a/bin/pkg +++ b/bin/pkg @@ -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 -- cgit v1.2.3