summaryrefslogtreecommitdiff
path: root/combine_dsw.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-08-11 11:42:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-08-11 11:42:48 +0000
commitdf43c1fcf61898c1c5a892078dee3ca77f62d626 (patch)
tree09d36e18229795f68585856e82a20caa12706146 /combine_dsw.pl
parent264cec35829b392dd156666153b7814efc217440 (diff)
downloadMPC-df43c1fcf61898c1c5a892078dee3ca77f62d626.tar.gz
ChangeLogTag: Thu Aug 11 06:42:33 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'combine_dsw.pl')
-rwxr-xr-xcombine_dsw.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/combine_dsw.pl b/combine_dsw.pl
index 0c01af22..a2c78e9a 100755
--- a/combine_dsw.pl
+++ b/combine_dsw.pl
@@ -38,7 +38,7 @@ sub usageAndExit {
" [-u] <output file> <input files...>\n\n",
"-u Each input file will be removed after successful ",
"combination\n\n",
- "Combined multiple dsw's into a single dsw. You can use ",
+ "Combine multiple dsw's into a single dsw. You can use ",
"MPC to generate\n",
"dynamic projects and then generate static projects using ",
"the -static,\n",
@@ -59,7 +59,7 @@ my(@input) = ();
for(my $i = 0; $i <= $#ARGV; $i++) {
my($arg) = $ARGV[$i];
if ($arg =~ /^-/) {
- if ($arg eq "-u") {
+ if ($arg eq '-u') {
$unlink = 1;
}
else {