summaryrefslogtreecommitdiff
path: root/chinese/gbfs/files/gbfs.sh
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-26 17:09:39 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-26 17:09:39 +0000
commit1a8eaf9e5498eb4e1c9cdf28b01da60257c6e5ac (patch)
treea62fb05fd49f70b779320659903ca0f781e411c2 /chinese/gbfs/files/gbfs.sh
parento assign maintainership (diff)
add NO_WRKSUBDIR and replace WRKDIR with WRKSRC
Notes
Notes: svn path=/head/; revision=83684
Diffstat (limited to '')
-rw-r--r--chinese/gbfs/files/gbfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/gbfs/files/gbfs.sh b/chinese/gbfs/files/gbfs.sh
index 10846dab4f37..2eff687f8fef 100644
--- a/chinese/gbfs/files/gbfs.sh
+++ b/chinese/gbfs/files/gbfs.sh
@@ -32,7 +32,7 @@ stop)
kldunload -v -n ntfs && echo -n ' GB-ntfs'
;;
*)
- echo "Usage: gbfs.sh {start|stop}" >&2
+ echo "Usage: $0 {start|stop}" >&2
exit 1
;;
esac