Move sh to the correct location for FreeBS (/bin/sh)

This commit is contained in:
George V. Neville-Neil 2012-05-14 22:00:24 +00:00
parent 562490e2da
commit 334aca4e78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235456

View File

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