]> git.donarmstrong.com Git - bin.git/blobdiff - sa
update sa and add simple_ssl
[bin.git] / sa
diff --git a/sa b/sa
index adb8b53fb34197a21c8f5f86fbb0fd19afac6efe..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;
      }
 }
@@ -120,6 +121,7 @@ else {
 
 while (my ($repo,$run_after) = each(%repos)) {
      if (-e "$repo/.svn") {
+         print "Checking [$repo]\n";
          system('svn',
                 $command,
                 $options{quiet}?'-q':(),