Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1b5bfc5e
...
1b5bfc5e452898fcb2a7d7e05721c8faa6828f80
authored
2002-08-07 15:32:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
1 parent
38ddd22f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
mail/testsuite/makespool
mail/testsuite/makespool
View file @
1b5bfc5
#! /bin/sh
if
[
"
$1
"
=
"-r"
]
;
then
if
[
"
$1
"
=
"-r"
]
;
then
shift
rm -rf
$*
exit
0
...
...
@@ -31,12 +31,12 @@ do
fi
mkdirhier
$DSTDIR
chmod -R u+w
$DSTDIR
rm -rf
$DSTDIR
/
*
cat
$SRCDIR
/DISTFILES |
while
read
NAME
do
test
-f
$DSTDIR
/
$NAME
&&
rm
$DSTDIR
/
$NAME
cp
$SRCDIR
/
$NAME
$DSTDIR
/
$NAME
chmod u+w
$DSTDIR
/
$NAME
done
done
\ No newline at end of file
done
...
...
Please
register
or
sign in
to post a comment