Merge lp:~stewart/percona-xtrabackup/892393-1.6 into lp:percona-xtrabackup/1.6

Proposed by Stewart Smith
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 311
Proposed branch: lp:~stewart/percona-xtrabackup/892393-1.6
Merge into: lp:percona-xtrabackup/1.6
Diff against target: 9 lines (+1/-1)
1 file modified
innobackupex (+1/-1)
To merge this branch: bzr merge lp:~stewart/percona-xtrabackup/892393-1.6
Reviewer Review Type Date Requested Status
Percona developers Pending
Review via email: mp+85580@code.launchpad.net

Description of the change

just use "/usr/bin/env perl" instead of hardcoded "/usr/bin/perl"

http://jenkins.percona.com/view/Percona%20Xtrabackup/job/percona-xtrabackup-1.6-param/82/

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innobackupex'
2--- innobackupex 2011-12-08 07:49:08 +0000
3+++ innobackupex 2011-12-14 01:20:29 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/perl -w
6+#!/usr/bin/env perl
7 #
8 # A script for making backups of InnoDB and MyISAM tables, indexes and .frm
9 # files.

Subscribers

People subscribed via source and target branches