qla2x00t*: Make several paths absolute

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@9112 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2020-08-08 15:32:51 +00:00
parent 3666f8a619
commit 727f6334a9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
source ../scripts/kernel-functions
source "$(dirname "$0")/../scripts/kernel-functions" || exit $?
#########################
# Argument verification #
+1 -1
View File
@@ -8,7 +8,7 @@ if [ "$1" = "" ]; then
fi
if [ ! -e qla2xxx-orig/$1 ]; then
./extract-qla2xxx-orig "$1"
"$(dirname "$0")/extract-qla2xxx-orig" "$1"
fi
mkdir -p in-tree-patches/"${kernel_version}"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
source ../scripts/kernel-functions
source "$(dirname "$0")/../scripts/kernel-functions" || exit $?
#########################
# Argument verification #
+1 -1
View File
@@ -8,7 +8,7 @@ if [ "$1" = "" ]; then
fi
if [ ! -e qla2xxx-orig/$1 ]; then
./extract-qla2xxx-orig "$1"
"$(dirname "$0")/extract-qla2xxx-orig" "$1"
fi
mkdir -p in-tree-patches/"${kernel_version}"