diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 23:58:03 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 23:58:03 -0600 |
commit | 903884b327d46eadefaf3362744b31006b5d729a (patch) | |
tree | 0ec8ecbf477629179b96baed354bcdfcaf1944e3 /src/fullpkg/fullpkg-build | |
parent | e398216226767990c0453b4c2b9ef49b75473f19 (diff) |
Enforce two spaces after a period.
Diffstat (limited to 'src/fullpkg/fullpkg-build')
-rwxr-xr-x | src/fullpkg/fullpkg-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fullpkg/fullpkg-build b/src/fullpkg/fullpkg-build index 9a1dcf1..97da33f 100755 --- a/src/fullpkg/fullpkg-build +++ b/src/fullpkg/fullpkg-build @@ -176,7 +176,7 @@ build_dir="${1:-`pwd`}" buildorder="${build_dir}/BUILDORDER" if [[ ! -e "$buildorder" ]]; then - error "This is not a build_dir. Make one using fullpkg." + error "This is not a build_dir. Make one using fullpkg." usage exit 1 else |