aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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