1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 19:44:13 +01:00

Typo in function name "realpath".

This commit is contained in:
Cong Ma
2015-12-21 13:09:44 +01:00
parent 7aabc153f5
commit 57695d08be

View File

@@ -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 \