1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 05:12:27 +01:00

Merge pull request #115 from congma/fix-typo-in-common-makefile

Typo in function name "realpath".
This commit is contained in:
dkearns
2015-12-21 23:36:17 +11:00

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 \