1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235457

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).