summarylogtreecommitdiffstats
path: root/nvm-export.patch
diff options
context:
space:
mode:
authorbartus2018-08-10 14:07:19 +0200
committerbartus2018-08-10 14:07:19 +0200
commit30f9d6b0760c372041e273f69ec3c58fbf542f84 (patch)
treefe5c0474d9f22092074923363710565a928d90f3 /nvm-export.patch
parent229d311d3d9e6bcc0985ba360f45cf97a5bcaa27 (diff)
downloadaur-30f9d6b0760c372041e273f69ec3c58fbf542f84.tar.gz
remove obsolete patch
Diffstat (limited to 'nvm-export.patch')
-rw-r--r--nvm-export.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvm-export.patch b/nvm-export.patch
index 0ef590c27c2e..d1442038e1f2 100644
--- a/nvm-export.patch
+++ b/nvm-export.patch
@@ -19,7 +19,7 @@ index c9a65fc..29358b3 100755
+ //fix white space in nvm path acordingly
+ std::string image_path_nvm = image_path ;
+ std::transform(image_path_nvm.begin(), image_path_nvm.end(), image_path_nvm.begin(), [](char ch) {
-+ return ch == ' ' ? '"' : ch;
++ return ch == ' ' ? '"' : ch;
+ });
+
+ file << JoinPaths(image_path_nvm, image.Name()) << " ";