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

Make description readable.

This commit is contained in:
Pawel Jakub Dawidek 2010-08-06 19:18:19 +00:00
parent b8f0e1661c
commit adab8b00ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210953

View File

@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
desc="open returns EISDIR when he named file is a directory, and the arguments specify it is to be modified"
desc="open returns EISDIR when trying to open a directory for writing"
dir=`dirname $0`
. ${dir}/../misc.sh