diff options
| author | 2012-07-31 02:26:34 +0200 | |
|---|---|---|
| committer | 2012-07-31 02:26:34 +0200 | |
| commit | 731fba1dc41672c214d99beca6cf46f0f0c09e3e (patch) | |
| tree | 00b9207d71521badb2186b6349c9465a0a611a00 | |
| parent | a0fb2ed62c21c3d9909a3202e73ac44b5a8fac40 (diff) | |
| download | gitto-731fba1dc41672c214d99beca6cf46f0f0c09e3e.tar.gz gitto-731fba1dc41672c214d99beca6cf46f0f0c09e3e.zip | |
Fix unterminated variable reference
| -rw-r--r-- | gitto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitto/Makefile b/gitto/Makefile index 4f4e2e1..9af64d0 100644 --- a/gitto/Makefile +++ b/gitto/Makefile @@ -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/$*" |
