diff options
-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 |