We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670a971 commit d6bb5f6Copy full SHA for d6bb5f6
developer-scripts/patched-trunk-install.sh
@@ -8,7 +8,7 @@ function usage()
8
{
9
echo "Usage:"
10
echo " cd <opencoarrays-source-directory>"
11
- echo " ./developer_scripts/patched-trunk-install.sh <absolute-path>/patch-file.diff"
+ echo " ./developer_scripts/patched-trunk-install.sh <patch-file>"
12
exit 1
13
}
14
[[ $# -eq 0 || "${1}" == "-h" || "${1}" == "--help" || ! -f src/libcaf.h ]] && usage
@@ -24,7 +24,7 @@ function set_absolute_path()
24
if [[ "${first_character}" == "/" ]]; then
25
absolute_path="${arg}"
26
else
27
- absolute_path="${PWD%%/}${arg}"
+ absolute_path="${PWD%%/}/${arg}"
28
fi
29
30
set_absolute_path "${patch_file}"
0 commit comments