Fix unterminated quoted string

This commit is contained in:
Lukasz Kawczynski
2015-01-27 10:39:30 +00:00
parent 3f9d2a3044
commit 767751c24a

View File

@@ -6,7 +6,7 @@ PKGNAME=stack_blackbox
all: all:
@echo 'Menu:' @echo 'Menu:'
@echo ' make packages Make RPM packages' @echo ' make packages Make RPM packages'
@echo ' make install (incomplete) @echo ' make install (incomplete)'
install: install:
@echo 'To install, copy the files from bin to somewhere in your PATH.' @echo 'To install, copy the files from bin to somewhere in your PATH.'