upgrade to latest stoarge library with bugfixes

This commit is contained in:
Enno Rehling 2014-11-04 07:43:19 +01:00
parent 7b47f5fa78
commit 4081480e4a
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ exit $2 # otherwise
function build() { function build() {
assert_dir $SOURCE assert_dir $SOURCE
cd $SOURCE cd $SOURCE
[ -z $1 ] || git checkout $1 [ -z $1 ] || ( git checkout $1 && git submodule update )
git pull || abort "failed to update source. do you have local changes?" git pull || abort "failed to update source. do you have local changes?"
s/build || abort "build failed." s/build || abort "build failed."
} }

@ -1 +1 @@
Subproject commit 5f0b7095d42209762c9eac73c866c614018b440d Subproject commit 746d96d405ddebcf6c882d5b198fd96df82abe11