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 trace pod2rst-fixed
$ fatpack packlists-for `cat fatpacker.trace` >packlists $ fatpack packlists-for `cat fatpacker.trace` >packlists
$ fatpack tree `cat 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/ $ cp pod2rst-fixed.packed ~/percona-toolkit/util/
$ cd ~/ $ cd ~/
$ rm -rf /tmp/pod2rst $ rm -rf /tmp/pod2rst

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env perl
# This chunk of stuff was generated by App::FatPacker. To find the original # This chunk of stuff was generated by App::FatPacker. To find the original
# file's code, look for the end of this BEGIN block or the string 'FATPACK' # file's code, look for the end of this BEGIN block or the string 'FATPACK'
BEGIN { BEGIN {