From 57695d08be0269cde3860387dd76c0045404cc70 Mon Sep 17 00:00:00 2001 From: Cong Ma Date: Mon, 21 Dec 2015 13:09:44 +0100 Subject: [PATCH] Typo in function name "realpath". --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 7dbdbfe3..ec85f276 100644 --- a/common/Makefile +++ b/common/Makefile @@ -176,7 +176,7 @@ xpi: $(CHROME) rm -r -- $(CHROME) @if ! which realpath >/dev/null 2>&1; \ - then realpah() { \ + then realpath() { \ local IFS="$$(echo)"; \ local x="$$1"; \ case "$$x" in \