aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-04-21 11:00:10 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-04-21 11:00:10 +0200
commitc8a9de50c8f7254c61888982ae270bf71c3f8506 (patch)
tree9cd20247043819d932ba2920f6b500db0315dc04 /libexec
parentcb9eea1db0715cc8c944f54e61270d25502e3163 (diff)
downloadapp.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.tar.gz
app.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.tar.bz2
app.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.tar.xz
app.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.zip
o Making the file resolver useful.
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/app-resolver-file2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/app-resolver-file b/libexec/app-resolver-file
index b41ca47..500b3a0 100755
--- a/libexec/app-resolver-file
+++ b/libexec/app-resolver-file
@@ -71,7 +71,7 @@ download_version() {
path=$(app-conf get file.path)
- ln -s "$path" "$target"
+ ln -f -s "$path" "$target"
}
command="$1"; shift