Skip to content

Commit

Permalink
Use patchlevel default of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Jun 25, 2010
1 parent 86b4375 commit 2c295a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/manage
Expand Up @@ -34,7 +34,7 @@ __rvm_apply_patches() {
__rvm_pushpop "$source_directory"
unset source_directory
for patch_name in $(__rvm_current_patch_names | __rvm_strip); do
patch_level=0
patch_level="1"
# If set, extract the patch level from the patch name.
if echo "$patch_name" | grep -q "$patch_level_seperator"; then
patch_level="$(echo "$patch_name" | awk -F"$patch_level_seperator" '{print $2}')"
Expand Down

0 comments on commit 2c295a7

Please sign in to comment.