]> git.donarmstrong.com Git - bin.git/blobdiff - sa
update sa and add simple_ssl
[bin.git] / sa
diff --git a/sa b/sa
index fd43d453e8a196184e5fc11ab15c4246ed88616a..a8da86b179084620d396ae960b550dc22f48567b 100755 (executable)
--- 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;
      }
 }