mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-22 03:00:29 +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 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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user