projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d7f3c
)
symlink, don't hardlink
author
Joey Hess
<joeyh@joeyh.name>
Fri, 7 Mar 2025 21:15:54 +0000
(17:15 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 7 Mar 2025 21:15:54 +0000
(17:15 -0400)
hardlink can cause problems with unlocked files
doc/special_remotes/compute/git-annex-compute-wasmedge
patch
|
blob
|
history
diff --git
a/doc/special_remotes/compute/git-annex-compute-wasmedge
b/doc/special_remotes/compute/git-annex-compute-wasmedge
index a734418125632d4b8669e6c3c7ca3e20e9dce067..b93adb937072efa776a26ba15883d06dc09dacb2 100755
(executable)
--- a/
doc/special_remotes/compute/git-annex-compute-wasmedge
+++ b/
doc/special_remotes/compute/git-annex-compute-wasmedge
@@
-23,7
+23,7
@@
while [ -n "$1" ]; do
if [ -n "$input" ]; then
p="./$1"
mkdir -p "$(dirname "$p")"
- ln $(realpath "$input") "$p"
+ ln
-s
$(realpath "$input") "$p"
if [ -z "$wasm" ]; then
wasm="$p"
fi