Feature request by pipitas to keep his shell completion from breaking his

workflow.  Now trailing slashes are stripped from module names passed on the
command line.

svn path=/trunk/KDE/kdesdk/scripts/kdesvn-build; revision=416230
wilder
Michael Pyne 21 years ago
parent 98723fc203
commit 140bbfdcc8
  1. 2
      kdesvn-build

@ -1601,6 +1601,8 @@ DONE
/^-/ && do { print "WARNING: Unknown option $_\n"; last SWITCH; };
# Strip trailing slashes.
s/\/*$//;
push @argv, $_; # Reconstruct correct @ARGV
}
}

Loading…
Cancel
Save