Change shebang to use /usr/bin/env

Makes the script more portable to systems where perl is not in /usr/bin, e.g. NixOS.
pull/307/head
asymmetric 2019-11-17 11:02:48 +00:00 committed by GitHub
parent 3694a38670
commit 175049fa11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# btrbk - Create snapshots and remote backups of btrfs subvolumes
#