mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
config: replace cli with direct common_ options
This commit is contained in:
4
common
4
common
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
common_abspath() (
|
||||
echo "$(cd "$(dirname "$1")"; pwd)/$(basename "$1")"
|
||||
)
|
||||
@@ -146,7 +148,7 @@ common_qemu_variant=default
|
||||
common_run_id=0
|
||||
common_suffix=
|
||||
|
||||
f="${common_data_dir}/cli"
|
||||
f="${common_data_dir}/config"
|
||||
if [ -f "$f" ]; then
|
||||
. "$f"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user