Commit 6a3b9aa
committed
please.sh upgrade git-lfs: fix sed expression to update folder
When the folder is not the top-level directory, it contains slashes,
which have special meaning in sed expressions and need to be escaped.
This problem did not occur before because `upgrade git-lfs` was only
used to upgrade to version 2.2.0 so far, and that version's .zip files
contained the git-lfs.exe files at the top-level directory.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent ce62f47 commit 6a3b9aa
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2352 | 2352 | | |
2353 | 2353 | | |
2354 | 2354 | | |
2355 | | - | |
| 2355 | + | |
2356 | 2356 | | |
2357 | 2357 | | |
2358 | | - | |
| 2358 | + | |
2359 | 2359 | | |
2360 | 2360 | | |
2361 | 2361 | | |
| |||
0 commit comments