if ! svn_check $TEMPLATE_BASE.d; then
svn mkdir $TEMPLATE_BASE.d
info_commit="yes"
+ else
+ mkdir $TEMPLATE_BASE.d
fi
if ! svn_check $TEMPLATE_BASE.s; then
- svn mkdir $TEMPLATE.s
+ svn mkdir $TEMPLATE_BASE.s
info_commit="yes"
+ else
+ mkdir $TEMPLATE_BASE.d
fi
if ! svn_check $TEMPLATE_BASE.template; then
if [ -f $TEMPLATE ]; then
if ! `grep -v -e "^#" $TEMPLATE | cut -d : -f 1 | awk '{ print $1 }' | grep -q -e "^$pack\$"`; then
echo $pack >> $TEMPLATE
- echo Added $pack on $TEMPLATE
+ echo Added $pack # on $TEMPLATE
fi
else
echo $pack >> $TEMPLATE
- echo Added $pack on $TEMPLATE
+ echo Added $pack # on $TEMPLATE
fi
done