Skip to content

Commit

Permalink
Add download callback since it will soon be required
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D committed Jan 18, 2025
1 parent 0a48c46 commit 9ffc902
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bin/download
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/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

0 comments on commit 9ffc902

Please sign in to comment.