X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sa;fp=sa;h=a8da86b179084620d396ae960b550dc22f48567b;hb=4a39fedf1b17146b1d00c82b787c044e275784ad;hp=fd43d453e8a196184e5fc11ab15c4246ed88616a;hpb=fcf3da9eeb9bf94c3fd9eb2d219e446aa0df88ba;p=bin.git diff --git a/sa b/sa index fd43d45..a8da86b 100755 --- a/sa +++ b/sa @@ -86,6 +86,7 @@ sub parse_config_file { next if /^#/; my ($repo,$command) = split /\t/,$_,2; $repo =~ s/^\~/$home/; + $command =~ s/^\~/$home/ if defined $command; $$repos{$repo} = $command; } }