From 28865be2e7bec0e250ea9f68f99fcbc738160cc5 Mon Sep 17 00:00:00 2001 From: mharo Date: Mon, 7 Feb 2000 22:05:10 +0000 Subject: add new line ('\n') to end of file --- emulators/hfs/scripts/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/hfs') diff --git a/emulators/hfs/scripts/configure b/emulators/hfs/scripts/configure index a91df6c6a53d..d604234cbc42 100644 --- a/emulators/hfs/scripts/configure +++ b/emulators/hfs/scripts/configure @@ -11,4 +11,4 @@ echo "INSTALLPATH = $PREFIX" >> Makefile echo "CCPLUSPLUS = c++ -c" >> Makefile echo "LD = c++" >> Makefile echo "MANINSTALLDIR = $PREFIX/man/man1" >> Makefile -exit 0; \ No newline at end of file +exit 0; -- cgit