Skip to content

Commit

Permalink
fixed sed error.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 1, 2013
1 parent 5b5eff5 commit 68b8647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/update_requirejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else
echo "requireJS has been updated and placed in its proper place in the libs folder"
fi

sed -i "" "s/^REQUIRE_VERSION='[0-9]\.[0-9]\.[0-9]'/REQUIRE_VERSION='$RJS_VERSION'/g" ./build.sh
sed -i "s/^REQUIRE_VERSION='[0-9]\.[0-9]\.[0-9]'/REQUIRE_VERSION='$RJS_VERSION'/g" build.sh
echo "Build script has been updated to use the latest requireJS version"

# Finally, store the new version of requireJS in .requirejs_version
Expand Down

0 comments on commit 68b8647

Please sign in to comment.