mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-23 02:00:56 +08:00
Added a shebang line to pod2rst-fixed.packed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# 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'
|
||||
BEGIN {
|
||||
|
||||
Reference in New Issue
Block a user