scripts/fetch in rvm-1.0.2 vs scripts/fetch in rvm-1.0.3

- old
+ new

@@ -20,9 +20,11 @@ "$rvm_scripts_path/db" "$rvm_config_path/md5" "$archive" "$archive_md5" } builtin cd "$rvm_archives_path" +# args=($*) # Reserved for future use + if [[ -z "$1" ]] ; then "$rvm_scripts_path/log" "fail" "BUG: $0 called without an argument :/" ; exit 1 ; fi url="$1"; download=1 ; package_name="$2" if ! command -v curl > /dev/null ; then