diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-14 03:14:50 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-14 03:14:50 +0000 |
commit | 31b603385e312128490d5b10970d2de49d95f8b5 (patch) | |
tree | d286a704f50a5a9a7110f5870151549bd77dfb36 /comms/minicom/scripts/create-dev-link | |
parent | BROKEN= 'depends on BROKEN freetype' (diff) |
Upgrade to 1.82.
Notes
Notes:
svn path=/head/; revision=15340
Diffstat (limited to '')
-rw-r--r-- | comms/minicom/scripts/create-dev-link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/minicom/scripts/create-dev-link b/comms/minicom/scripts/create-dev-link index 5d0699720797..6c1d44d467ab 100644 --- a/comms/minicom/scripts/create-dev-link +++ b/comms/minicom/scripts/create-dev-link @@ -26,7 +26,7 @@ echo -n "Lets see if you have too..." # might want to test for ``-h'' rather than ``-e'' if [ -e /dev/modem ]; then - echo " Good you do:" + echo " Good you have:" /bin/ls -l /dev/modem else echo "Nope, you haven't (yet)." |