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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user