fixed small bug

This commit is contained in:
frese 2003-03-30 01:40:36 +00:00
parent e3e12d92f8
commit 278134b1c7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ORION-WM=orion-wm
$(ORION-WM): Makefile
script=$(ORION-WM) && \
echo '#!$(SCX) \\' > $$script && \
echo "#!$(SCX) \\" > $$script && \
echo "-lm `pwd`/src/packages.scm -m main -s" >> $$script && \
echo '!#' >> $$script && \
echo '(start)' >> $$script && \