Skip to content

Commit 30ecee6

Browse files
authored
Merge pull request #16 from aks/15-fix-implicit-path
fix implicit path
2 parents dd0bf71 + 89f96f0 commit 30ecee6

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for bash-lib
22
#
3-
# Copyright Alan K. Stebbens <[email protected]>
3+
# Copyright 2006-2022 Alan K. Stebbens <[email protected]>
44

55
SHELL := $(shell which bash)
66
bindirs =
@@ -35,7 +35,7 @@ libs = \
3535
# end of list
3636

3737
prompt-colors.sh: generate-prompt-colors
38-
generate-prompt-colors
38+
./generate-prompt-colors
3939

4040
clean::
4141
rm -f prompt-colors.sh*
File renamed without changes.

test-all.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)