Skip to content

Commit 0728968

Browse files
committed
make: Fix typo in base.mk
1 parent 4a29f70 commit 0728968

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

common/base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifneq (GNU,$(firstword $(shell $(MAKE) --version)))
2-
$(error Error: 'make' must be 'GNU make)
2+
$(error Error: 'make' must be 'GNU make')
33
endif
44

55
SHELL := bash

core/src/ys/std.clj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,6 @@
892892
(defn use-pod [pod-name version]
893893
(ys/load-pod pod-name version))
894894

895-
#_(defn yspath
896-
([] (global/yspath)))
897-
898895

899896
;;------------------------------------------------------------------------------
900897
;; HTTP functions

0 commit comments

Comments
 (0)