diff --git a/bin/download b/bin/download deleted file mode 100755 index 6c52da0..0000000 --- a/bin/download +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash - -# Unoffical Bash "strict mode" -# http://redsymbol.net/articles/unofficial-bash-strict-mode/ -set -euo pipefail -#ORIGINAL_IFS=$IFS -IFS=$'\t\n' # Stricter IFS settings - -# Because ruby-build downloads and builds versions in one command this script -# is a no-op. It's now required by asdf so we have it here so that it continues -# to pass the tests. -exit 0