summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2016-04-18 13:59:09 -0400
committernull2016-04-18 13:59:09 -0400
commitac2bcb8a1067269f63722507000cf34392df8d0b (patch)
treeac86c69c75e8802e95d5a27b742097abd2da7359
parent475f0206dcb1eef6aa86fa743c9ad9d2f2f7cc79 (diff)
downloadaur-ac2bcb8a1067269f63722507000cf34392df8d0b.tar.gz
Fixed a bug where copy would fail if dest folder has a space
-rw-r--r--hardlinkcopy.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardlinkcopy.desktop b/hardlinkcopy.desktop
index 3febfb3b2d4d..337b454d2a93 100644
--- a/hardlinkcopy.desktop
+++ b/hardlinkcopy.desktop
@@ -5,5 +5,5 @@ Icon=edit-copy
Profiles=profile-zero;
[X-Action-Profile profile-zero]
-Exec=sh -c "cp -al %f `zenity --title 'Select destination directory' --file-selection --directory`/"
+Exec=sh -c "cp -al %f \"`zenity --title 'Select destination directory' --file-selection --directory`\"/"
Name=Default profile \ No newline at end of file