From e59d4645e1e7662afc91042090f0712cf95d1084 Mon Sep 17 00:00:00 2001 From: Benjamin Levy Date: Fri, 20 Jul 2018 17:55:03 -0400 Subject: [PATCH] Fix onionr start script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9c5a6f5..cb290800 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ install: cp -rfp ./onionr $(DESTDIR)$(PREFIX)/share/onionr echo '#!/bin/sh' > $(DESTDIR)$(PREFIX)/bin/onionr echo 'cd $(DESTDIR)$(PREFIX)/share/onionr' > $(DESTDIR)$(PREFIX)/bin/onionr - echo './onionr \\\"\\\$$@\\\"\"' > $(DESTDIR)$(PREFIX)/bin/onionr + echo './onionr "$$@"' > $(DESTDIR)$(PREFIX)/bin/onionr chmod +x $(DESTDIR)$(PREFIX)/bin/onionr uninstall: