diff options
Diffstat (limited to 'source3/script/installman.sh')
-rwxr-xr-x | source3/script/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh index 869ce6ee38..ab9bfe506d 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -14,7 +14,7 @@ if [ $# -ge 4 ] ; then fi if test ! -d $SRCDIR../docs/manpages; then - echo "No manpages present. SVN development version maybe?" + echo "No manpages present. Development version maybe?" exit 0 fi |