diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-04-21 11:00:10 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-04-21 11:00:10 +0200 |
commit | c8a9de50c8f7254c61888982ae270bf71c3f8506 (patch) | |
tree | 9cd20247043819d932ba2920f6b500db0315dc04 /libexec/app-resolver-file | |
parent | cb9eea1db0715cc8c944f54e61270d25502e3163 (diff) | |
download | app.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/app-resolver-file')
-rwxr-xr-x | libexec/app-resolver-file | 2 |
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 |