diff options
author | Seth Alves <alves@src.gnome.org> | 2000-06-07 06:48:11 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-06-07 06:48:11 +0800 |
commit | af805a2733c9e2ca44e27360c6162d60cfc1aa53 (patch) | |
tree | e55d899b9ff25915fc96362b86efd5fbb3b0d0e7 /libical/scripts/mkderivedproperties.pl | |
parent | f03975a652d1c91bad5a5b107ffaaea0889a5766 (diff) | |
download | gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.gz gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.bz2 gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.lz gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.xz gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.tar.zst gsoc2013-evolution-af805a2733c9e2ca44e27360c6162d60cfc1aa53.zip |
merge libical-0.17 onto the head
svn path=/trunk/; revision=3449
Diffstat (limited to 'libical/scripts/mkderivedproperties.pl')
-rwxr-xr-x | libical/scripts/mkderivedproperties.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libical/scripts/mkderivedproperties.pl b/libical/scripts/mkderivedproperties.pl index f3c94f2cfd..010e35d178 100755 --- a/libical/scripts/mkderivedproperties.pl +++ b/libical/scripts/mkderivedproperties.pl @@ -56,7 +56,11 @@ if ($opt_i) { } - print "/* Everything below this line is machine generated. Do not edit. */\n"; + if($opt_p){ + print "# Everything below this line is machine generated. Do not edit. \n"; + } else { + print "/* Everything below this line is machine generated. Do not edit. */\n"; + } } |