|
@@ -331,10 +331,12 @@ sub_sync(){
|
|
|
|
|
|
|
|
{
|
|
{
|
|
|
if [[ "$comment_style" == "block" ]]; then
|
|
if [[ "$comment_style" == "block" ]]; then
|
|
|
- echo "/* DO NOT EDIT - Generated by dotsync from: $src */"
|
|
|
|
|
|
|
+ echo "/* DO NOT EDIT - Generated by dotsync from: $src"
|
|
|
|
|
+ echo " Regenerate with: dotsync */"
|
|
|
else
|
|
else
|
|
|
echo "$comment_style DO NOT EDIT - Generated by dotsync from:"
|
|
echo "$comment_style DO NOT EDIT - Generated by dotsync from:"
|
|
|
echo "$comment_style $src"
|
|
echo "$comment_style $src"
|
|
|
|
|
+ echo "$comment_style Regenerate with: dotsync"
|
|
|
fi
|
|
fi
|
|
|
echo ""
|
|
echo ""
|
|
|
process_markers "$src"
|
|
process_markers "$src"
|