search for: a4d92ff

Displaying 1 result from an estimated 1 matches for "a4d92ff".

Did you mean: a4d9b2ff
2015 Oct 05
1
[PATCH] Fix shebang in perl scripts
...Red Hat Inc. # # This program is free software; you can redistribute it and/or modify @@ -19,6 +19,7 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=701814 use strict; +use warnings; use Sys::Guestfs; diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems index 62e862b..a4d92ff 100755 --- a/tools/virt-list-filesystems +++ b/tools/virt-list-filesystems @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # virt-list-filesystems # Copyright (C) 2009-2015 Red Hat Inc. # diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions index 5579840..b9cbfdd 100755...