Skip to content

Commit 2a355c2

Browse files
committed
Small change about how log function is declared.
1 parent 143e50e commit 2a355c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cpu_features/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export CXX=xx-clang++
1414

1515
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
1616

17-
function log {
17+
log() {
1818
echo ">>> $*"
1919
}
2020

src/handbrake/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export CXX=xx-clang++
7777

7878
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
7979

80-
function log {
80+
log() {
8181
echo ">>> $*"
8282
}
8383

0 commit comments

Comments
 (0)