Fix typo
This commit is contained in:
parent
bf8f9c1487
commit
cf057d2a69
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
$rootDir="${BASH_SOURCE%/*}";
|
rootDir="${BASH_SOURCE%/*}";
|
||||||
pushd "$rootDir" > /dev/null;
|
pushd "$rootDir" > /dev/null;
|
||||||
|
|
||||||
. "../Software/base-devel/install.sh";
|
. "../Software/base-devel/install.sh";
|
||||||
|
|
Loading…
Reference in a new issue