aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2024-10-05 21:20:23 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2024-10-05 21:20:23 +0200
commita21b94e6522e88a3652da637a5ee162bd6b5fd42 (patch)
tree7894cecd8ac2c5ecb69d5406cada6976f2e48b02
parentc0082ddad2f2e1fb84ceb9efac7d173e36c8ea9b (diff)
downloadinfra-a21b94e6522e88a3652da637a5ee162bd6b5fd42.tar.gz
infra-a21b94e6522e88a3652da637a5ee162bd6b5fd42.tar.bz2
infra-a21b94e6522e88a3652da637a5ee162bd6b5fd42.tar.xz
infra-a21b94e6522e88a3652da637a5ee162bd6b5fd42.zip
asdf: Don't mess with ASDF_DATA_DIR
-rwxr-xr-xbin/asdf2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/asdf b/bin/asdf
index 894a715..94ea911 100755
--- a/bin/asdf
+++ b/bin/asdf
@@ -18,6 +18,4 @@ then
curl -L "$url" | tar xfz - -C $dir
fi
-export ASDF_DATA_DIR="$dir/asdf-data"
-
exec "$bin" "${@}"