mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
Use absolute paths for . common
Otherwise it can pick up other common in PATH first...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
. common
|
||||
. "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common"
|
||||
generate_checkpoints=true
|
||||
while getopts a:C OPT; do
|
||||
case "$OPT" in
|
||||
|
||||
Reference in New Issue
Block a user