mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 14:58:03 +00:00
Sed explicit parameters (#71)
* Sed replace fix (no . in date) * Debug sed * Explicit -e option * Update sed
This commit is contained in:
@@ -52,7 +52,7 @@ done
|
||||
|
||||
if [ -f "package.json" ]; then
|
||||
echo "*** Updating package.json"
|
||||
sed -i '.bak' "s/\"version\": \"[0-9.]*\"/\"version\": \"$UTCDATE\"/g" package.json
|
||||
sed -i -e "s/\"version\": \"[0-9.]*\"/\"version\": \"$UTCDATE\"/g" package.json
|
||||
rm -rf package.json.bak
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user