From 175663c87dfc0677146690fe0c80e2593450b341 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 4 Jun 2015 08:59:11 +1200 Subject: Remove unneeded quotes --- nscaw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nscaw') diff --git a/nscaw b/nscaw index ca97bac..c3decf1 100755 --- a/nscaw +++ b/nscaw @@ -16,7 +16,7 @@ self=nscaw # If there's a defaults file with environment variables for us, source it -if [[ -r /etc/default/"$self" ]] ; then +if [[ -r /etc/default/$self ]] ; then source /etc/default/"$self" fi -- cgit v1.2.3