mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
9 lines
251 B
Bash
Executable File
9 lines
251 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# This shell script does nothing since Bash doesn't require
|
|
# configuration to be forced on it; it auto-configures. You can
|
|
# change the location of the source directory with +srcdir.
|
|
#
|
|
echo "Bash is configured to auto configure."
|
|
exit 0
|