Added a shebang line to pod2rst-fixed.packed

This commit is contained in:
Brian Fraser
2013-03-15 12:23:52 -03:00
parent 797bf6e00b
commit d25ebe7f19
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ $ mkdir lib
$ fatpack trace pod2rst-fixed
$ fatpack packlists-for `cat fatpacker.trace` >packlists
$ fatpack tree `cat packlists`
$ (fatpack file; cat pod2rst-fixed) > pod2rst-fixed.packed
$ (echo "#!/usr/bin/env perl"; fatpack file; cat pod2rst-fixed) > pod2rst-fixed.packed
$ cp pod2rst-fixed.packed ~/percona-toolkit/util/
$ cd ~/
$ rm -rf /tmp/pod2rst