Changeset 72634c5
- Timestamp:
- Apr 26, 2010, 11:22:41 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 7892963
- Parents:
- cef53f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/locker-update
ra06334e r72634c5 54 54 elif [ "$i" = "common" ]; then 55 55 echo "# Skipping 'common'..." 56 elif ! [ -e "$i/bin/$NEWVERSION" ]; then 56 elif ! [ -e "$i/bin/$NEWVERSION" ] && \ 57 ! [ "$(shopt -s nullglob; echo $i/bin/$NEWVERSION.zephyr?)" ] ; then 57 58 echo "# New version $NEWVERSION not built for arch $i..."; 58 59 else
Note: See TracChangeset
for help on using the changeset viewer.