aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-04 08:59:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-04 08:59:11 +1200
commit175663c87dfc0677146690fe0c80e2593450b341 (patch)
treeb62b9b5e5f5988526051d81b248f30d66cf052b7
parentSimplify error condition exit (diff)
downloadnscaw-175663c87dfc0677146690fe0c80e2593450b341.tar.gz
nscaw-175663c87dfc0677146690fe0c80e2593450b341.zip
Remove unneeded quotes
-rwxr-xr-xnscaw2
1 files changed, 1 insertions, 1 deletions
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