Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
66a9dc96
Commit
66a9dc96
authored
Jul 19, 2004
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed write_batch_argvs_file() to new write_batch_shell_file()
call (with extra arg).
parent
8ed9d849
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
main.c
main.c
+3
-6
No files found.
main.c
View file @
66a9dc96
...
...
@@ -1020,11 +1020,8 @@ static RETSIGTYPE rsync_panic_handler(UNUSED(int whatsig))
int
main
(
int
argc
,
char
*
argv
[])
{
int
ret
;
int
orig_argc
;
char
**
orig_argv
;
orig_argc
=
argc
;
orig_argv
=
argv
;
int
orig_argc
=
argc
;
char
**
orig_argv
=
argv
;
signal
(
SIGUSR1
,
sigusr1_handler
);
signal
(
SIGUSR2
,
sigusr2_handler
);
...
...
@@ -1075,7 +1072,7 @@ int main(int argc,char *argv[])
if
(
write_batch
||
read_batch
)
{
if
(
write_batch
)
write_batch_
argvs_file
(
orig_argc
,
orig_argv
);
write_batch_
shell_file
(
orig_argc
,
orig_argv
,
argc
);
if
(
read_batch
&&
strcmp
(
batch_name
,
"-"
)
==
0
)
batch_fd
=
STDIN_FILENO
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment