We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de39434 commit 961089fCopy full SHA for 961089f
1 file changed
scripts/install_libcachesim.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-SORUCE=$(readlink -f "${BASH_SOURCE[0]}")
5
-DIR=$(dirname "${SORUCE}")
+SOURCE=$(readlink -f "${BASH_SOURCE[0]}")
+DIR=$(dirname "${SOURCE}")
6
7
cd "${DIR}"/../
8
mkdir -p _build
0 commit comments