about summary refs log tree commit homepage
path: root/bin/dtas-cueedit
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dtas-cueedit')
-rwxr-xr-xbin/dtas-cueedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-cueedit b/bin/dtas-cueedit
index 603bf28..5e6970f 100755
--- a/bin/dtas-cueedit
+++ b/bin/dtas-cueedit
@@ -44,7 +44,7 @@ ARGV.each do |file|
     backup.write(original) if backup
 
     # user edits the file
-    x!("#{editor} #{tmp.path}")
+    x!("#{editor} #{xs(tmp.path)}")
 
     # avoid an expensive update if the user didn't change anything
     current = File.binread(tmp.path)