From 991c8c53e952bad58f05b44c986c2870d1282260 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 9 Aug 2007 16:21:43 +0000 Subject: 2007-08-09 Frank Ch. Eigler PR 4718, from Eugeniy Meshcheryakov : * *.stp: Make all shell scripts lead with #! /usr/bin/stap --- examples/iotime.stp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/iotime.stp') diff --git a/examples/iotime.stp b/examples/iotime.stp index d36fa321..c9b17041 100644 --- a/examples/iotime.stp +++ b/examples/iotime.stp @@ -1,3 +1,5 @@ +#! /usr/bin/stap + /* * Copyright (C) 2006 Daniel Berrange, Red Hat Inc. * Copyright (C) 2007 Will Cohen, Red Hat, Inc. -- cgit