This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
typo
master
Pascal Gloor
5 years ago
parent
fb7a8e97d1
commit
8f0bb56974
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
cgi/autodoc.fcgi
+ 1
- 1
cgi/autodoc.fcgi
View File
);
);
}
}
else {
else {
$cmd sprintf("cp %s %s", $src, $dst);
$cmd
=
sprintf("cp %s %s", $src, $dst);
}
}
print STDERR "CMD=$cmd\n";
print STDERR "CMD=$cmd\n";
system($cmd);
system($cmd);
Write
Preview
Loading…
Cancel
Save