X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=1532b9087cc180108b4c2981d7753c37c697d028;hb=6382ef1cb5b8c146bfd35912730dccd68ab4b71a;hp=c04203e442e02ee218d655dd2895e4efec150e81;hpb=902276acb3c0f92fc08c618cbbba18e9bee5a38f;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index c04203e..1532b90 100644 --- a/virt-what.in +++ b/virt-what.in @@ -1,4 +1,4 @@ -#!/bin/bash - +#!/bin/sh - # @configure_input@ # Copyright (C) 2008-2011 Red Hat Inc. # @@ -33,12 +33,12 @@ skip_qemu_kvm=false VERSION="@VERSION@" -function fail { +fail() { echo "virt-what: $1" >&2 exit 1 } -function usage { +usage() { echo "virt-what [options]" echo "Options:" echo " --help Display this help"