]> git.saurik.com Git - cydia.git/blobdiff - Library/firmware.sh
Ignore .dSYM folders I am suddenly ending up with.
[cydia.git] / Library / firmware.sh
index a5bdd4dfac3ab31eb08dafbcb046eb385eeda4e7..f7479ba8fcf4f7273d96bf227d4f24e12bffb26f 100755 (executable)
@@ -50,9 +50,8 @@ EOF
 }
 # }}}
 
-before=$(stat -c '%i-%Y' "${status}")
-
 output=$(mktemp "${data}"/status-tmp.XXXXXX)
+chmod 644 "${output}"
 xxxxxx=${output##*/status-tmp.}
 rm -f "${data}"/status-tmp.!("${xxxxxx}")
 
@@ -144,8 +143,6 @@ rm -f "${data}"/status-tmp.!("${xxxxxx}")
 
 } >"${output}"
 
-# XXX: this is a poor replacement for flock
-test "${before}" = "$(stat -c '%i-%Y' "${status}")"
 mv -f "${output}" "${status}"
 
 if [[ ${cpu} == arm || ${cpu} == arm64 ]]; then