Skip to content

Commit 961089f

Browse files
authored
fix typo
1 parent de39434 commit 961089f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install_libcachesim.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
SORUCE=$(readlink -f "${BASH_SOURCE[0]}")
5-
DIR=$(dirname "${SORUCE}")
4+
SOURCE=$(readlink -f "${BASH_SOURCE[0]}")
5+
DIR=$(dirname "${SOURCE}")
66

77
cd "${DIR}"/../
88
mkdir -p _build

0 commit comments

Comments
 (0)