From a81c61ac1947cb5c13d3a758fc793a119b88b4e0 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 11 Aug 2008 12:24:47 +0200 Subject: PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. --- testsuite/systemtap.samples/iotask.stp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/systemtap.samples/iotask.stp') diff --git a/testsuite/systemtap.samples/iotask.stp b/testsuite/systemtap.samples/iotask.stp index ee0ae4b4..1b4c7243 100644 --- a/testsuite/systemtap.samples/iotask.stp +++ b/testsuite/systemtap.samples/iotask.stp @@ -1,3 +1,4 @@ +#! /usr/bin/env stap # iotask.stp # A reimplementation of user script: iotask.stp given at OLS 2005 # in the current language. -- cgit