mirror of
https://github.com/rbenv/rbenv.git
synced 2025-12-08 03:31:23 +01:00
7 lines
181 B
Bash
Executable file
7 lines
181 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Warning: this configure script is obsolete and kept only for backwards compatibility.
|
|
set -e
|
|
|
|
src_dir="${0%/*}"
|
|
|
|
cp "$src_dir"/Makefile.in "$src_dir"/Makefile
|