]> git.saurik.com Git - cydia.git/blob - Version.h.sh
Add debugging to isSafeToSuspend:.
[cydia.git] / Version.h.sh
1 #!/bin/bash
2
3 version=$(./version.sh)
4
5 new="#define Cydia_ \"${version}\""
6 old=$(cat Version.h 2>/dev/null)
7
8 if [[ ${old} != ${new} ]]; then
9 echo "${new}" >Version.h
10 fi