Skip to content

Commit 366e74f

Browse files
committed
macos make pipeline fix
1 parent 8ba36e8 commit 366e74f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ define step
6767
if [ -d "$(LOCAL)/venv" ]; then
6868
source "$(LOCAL)/venv/bin/activate"
6969
fi
70-
7170
@bash $(LOCAL)/steps/$(1).sh
7271
echo "Finished$$("$${LOCAL}/help/tdiff.sh" "$${start}")"
7372
endef

help/gnu-utils.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ realpath() {
4444
command realpath "$@"
4545
fi
4646
}
47-
48-
4947
export -f realpath
5048

5149
date() {
@@ -57,8 +55,4 @@ date() {
5755
command date "$@"
5856
fi
5957
}
60-
61-
export -f date
62-
63-
64-
58+
export -f date

0 commit comments

Comments
 (0)