diff --git a/base/libgit2/libgit2.SMBuild b/base/libgit2/libgit2.SMBuild index 813fe98..3a7e79c 100755 --- a/base/libgit2/libgit2.SMBuild +++ b/base/libgit2/libgit2.SMBuild @@ -1,8 +1,8 @@ app=libgit2 version=1.0.1 build=1sml -homepage='https://libgit2.github.com/' -download='https://github.com/libgit2/libgit2/releases/download/v1.0.1/libgit2-1.0.1.tar.gz' +homepage="https://libgit2.github.com/" +download="https://github.com/libgit2/libgit2/releases/download/v1.0.1/libgit2-1.0.1.tar.gz" desc="C library for custom Git applications" requires="pcre libssh2" diff --git a/bldpkg b/bldpkg index 9310fd0..29e5d56 100755 --- a/bldpkg +++ b/bldpkg @@ -87,12 +87,12 @@ Usage: exceptional cases a different file is required to be copied into the package installer. Do note that this file will also undergo validation - -s Display build summary. A summary is produced whenever a build is either - interrupted, exits cleanly or aborts due to a build error + -s Display build summary. A summary is produced whenever a build is either + interrupted, exits cleanly or aborts due to a build error - -x Invoke bash shell command trace mode. This one isn't akin to running - bash -x