Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Symbolic link to allow cross filesystems
Browse files Browse the repository at this point in the history
Docker crosses filesystems.
  • Loading branch information
matthew-brett committed Aug 14, 2018
1 parent 0000d29 commit 3a77d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function fetch_unpack {
# Source it from multibuild archives if available.
local our_archive="${MULTIBUILD_DIR}/archives/${archive_fname}"
if [ -f "$our_archive" ]; then
ln $our_archive $out_archive
ln -s $our_archive $out_archive
else
# Otherwise download it.
curl -L $url > $out_archive
Expand Down

0 comments on commit 3a77d12

Please sign in to comment.