X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fcommon.sh.in;h=65e897d8549ce2ef6b181eda02af27e2163ec7f3;hb=6283f55ea1b91e680386388c17d14b89e344fa8d;hp=102952fdbc8c78a38e655c89054430b1880ca665;hpb=5e6121455c0b941f4612ceb2c1f312d527534b46;p=zfs.git diff --git a/scripts/common.sh.in b/scripts/common.sh.in index 102952f..65e897d 100644 --- a/scripts/common.sh.in +++ b/scripts/common.sh.in @@ -1,13 +1,13 @@ #!/bin/bash # -# Common support functions for testing scripts. If a .script-config +# Common support functions for testing scripts. If a script-config # files is available it will be sourced so in-tree kernel modules and -# utilities will be used. If no .script-config can be found then the +# utilities will be used. If no script-config can be found then the # installed kernel modules and utilities will be used. basedir="$(dirname $0)" -SCRIPT_CONFIG=.script-config +SCRIPT_CONFIG=zfs-script-config.sh if [ -f "${basedir}/../${SCRIPT_CONFIG}" ]; then . "${basedir}/../${SCRIPT_CONFIG}" else