Move sh to the correct path for FreeBSD.

This commit is contained in:
George V. Neville-Neil 2012-05-14 22:02:01 +00:00
parent 334aca4e78
commit 151ba977e9

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
#
# dtruss - print process system call time details.
# Written using DTrace (Solaris 10 3/05).