Fix unterminated variable reference
This commit is contained in:
parent
a0fb2ed62c
commit
731fba1dc4
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ $(filter %.go,$(uninstall-objects)): uninstall-%:
|
|||
rm -f "$(COMPDIR)/gitto/$*"
|
||||
|
||||
$(filter %.scm,$(uninstall-objects)): uninstall-%:
|
||||
rm -f "$(SITEDIR}/gitto/$*"
|
||||
rm -f "$(SITEDIR)/gitto/$*"
|
||||
|
|
Loading…
Reference in a new issue