View Bug Activity | Format For Printing
Some executable examples files (all under src/examples but not under small_demos) contain bad interpreter strings like "#! stap" or "#!/bin/sh stap". This makes it impossible to execute scripts directly.
Created an attachment (id=1908) patch This patch changes interpreter string to "#! /usr/bin/env stap", like in small_demos.
Committed, and then some. Thanks!