summaryrefslogtreecommitdiff
path: root/src/is_built
diff options
context:
space:
mode:
Diffstat (limited to 'src/is_built')
-rwxr-xr-xsrc/is_built4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/is_built b/src/is_built
index 1a204a9..41569e0 100755
--- a/src/is_built
+++ b/src/is_built
@@ -20,7 +20,9 @@
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
-. "$(librelib messages)"
+
+source "$(librelib messages)"
+
usage() {
print "Usage: %s [-h] PKGNAME [PKGVER]" "${0##*/}" "${0##*/}"