diff options
author | davidovski <david@davidovski.xyz> | 2022-02-13 18:10:19 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-13 18:10:19 +0000 |
commit | 9e49a626064c86ca43575301206714d2ae7d77b5 (patch) | |
tree | c9a6939c9679144326806e86ff198bdfe4b7ec06 /test/parseconf.sh | |
parent | 3364af2dbdea4c1d816b8499cf58ce0fa1790a62 (diff) |
will not match : in glob matching
Diffstat (limited to 'test/parseconf.sh')
-rwxr-xr-x | test/parseconf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parseconf.sh b/test/parseconf.sh index 3095e18..3af55e1 100755 --- a/test/parseconf.sh +++ b/test/parseconf.sh @@ -1,6 +1,6 @@ #!/bin/sh -PARSECONF="./src/parseconf" +PARSECONF="./src/parseconf.sh" SIMPLECONF="./test/simple.conf" |