[Bps-public-commit] r18947 - App-Changelogger/bin
sartak at bestpractical.com
sartak at bestpractical.com
Thu Mar 26 18:08:01 EDT 2009
Author: sartak
Date: Thu Mar 26 18:08:00 2009
New Revision: 18947
Modified:
App-Changelogger/bin/generate-changelog
Log:
Add shebang
Modified: App-Changelogger/bin/generate-changelog
==============================================================================
--- App-Changelogger/bin/generate-changelog (original)
+++ App-Changelogger/bin/generate-changelog Thu Mar 26 18:08:00 2009
@@ -1,3 +1,4 @@
+#!/usr/bin/env perl
#perl -MFile::Slurp -MXML::Simple -MData::Dumper -e'print scalar Dumper ( XMLin( read_file(shift @ARGV).""))'
# Usage
# --edit expects the output of svn log --xml as the first argument, and an intermediate
More information about the Bps-public-commit
mailing list