Skip to content

Commit 356a924

Browse files
updated build.sh
1 parent 2306408 commit 356a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo -n "Increment cache version... "
3535

3636
CACHE_VERSION=`awk '/^\# version/ { print $3 }' cache.manifest`
3737
CACHE_VERSION=`expr $CACHE_VERSION + 1`
38-
sed "s/^\(# version\) [0-9]\+/\1 $CACHE_VERSION/" cache.manifest | tee cache.manifest > /dev/null
38+
sed -i "s/^\(# version\) [0-9]\+/\1 $CACHE_VERSION/" cache.manifest
3939

4040
echo "Done!"
4141

0 commit comments

Comments
 (0)