Code cleanup
This commit is contained in:
parent
224e9bcb56
commit
baa9980d14
|
@ -38,6 +38,7 @@ MAIL="mail"
|
|||
MAKE="make"
|
||||
MKDIR="mkdir -p"
|
||||
RM="rm -f"
|
||||
TOUCH="touch"
|
||||
|
||||
export CVSROOT
|
||||
|
||||
|
@ -58,7 +59,7 @@ deforaos_build()
|
|||
{
|
||||
#configure cvs if necessary
|
||||
$MKDIR "$HOME" || exit 2
|
||||
[ ! -f "$HOME/.cvspass" ] && touch "$HOME/.cvspass"
|
||||
[ ! -f "$HOME/.cvspass" ] && $TOUCH "$HOME/.cvspass"
|
||||
|
||||
#checkout tree
|
||||
$RM -r "$SRC"
|
||||
|
|
Loading…
Reference in New Issue
Block a user