Commit ae9e3c2c authored by Seblu's avatar Seblu
Browse files

Comment on hardlink removal

parent e6372ce6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,10 +50,10 @@ if type -p arm-link &>/dev/null; then
  arm-link "$LAST/" >/dev/null
fi

# use hardlink (in case of error)
# use hardlink to optimize space usage
# currently disabled because hardlink segfault
#if type -p hardlink &>/dev/null; then
#  hardlink "$ARMBASE" >/dev/null || true
#fi


# vim:set sw=2 ts=2 ft=sh et: