aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/eds2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/eds b/bin/eds
index cf5c5e65..1855fb34 100755
--- a/bin/eds
+++ b/bin/eds
@@ -33,7 +33,7 @@ fi
# Create a new array with the script directory prepended to the given names
declare -a files
-files=("${@/#/$edspath/}")
+files=("${@/#/"$edspath"/}")
# Collect the names of any scripts that don't exist yet so we can make them
# executable after we're done editing