diff options
Diffstat (limited to 'Library/move.sh')
-rwxr-xr-x | Library/move.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/move.sh b/Library/move.sh index 1e9dbb2..11a3851 100755 --- a/Library/move.sh +++ b/Library/move.sh @@ -77,4 +77,7 @@ function shift_() { fi } -shift_ "$@" +CFVERSION=$(cfversion) +if [[ ${CFVERSION%.*} -lt 1349 || "$(uname -p)" == "arm" && ${CFVERSION%.*} -lt 1440 ]]; then + shift_ "$@" +fi |