Skip to content

Commit 8b8db90

Browse files
authored
Correct a detail
Currently you should use the call “bash build.sh” with this you can just use “./build.sh”
1 parent d6add13 commit 8b8db90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!bin/bash
1+
#!/bin/bash
22

33
function ShowHelp()
44
{

0 commit comments

Comments
 (0)