diff options
| author | June McEnroe <june@causal.agency> | 2020-03-03 02:01:12 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-03-03 02:01:41 -0500 |
| commit | 33a92e1bf4bf57ec3c25d21670ee8f11a5302084 (patch) | |
| tree | 23be9427a4ce96353016018538ee9eaface647d5 /bin/Makefile | |
| parent | Use getopts in shell scripts (diff) | |
| download | src-33a92e1bf4bf57ec3c25d21670ee8f11a5302084.tar.gz src-33a92e1bf4bf57ec3c25d21670ee8f11a5302084.zip | |
Remove setopt
Diffstat (limited to '')
| -rw-r--r-- | bin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 299356d7..3d85542c 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -33,7 +33,6 @@ BINS += pngo BINS += psf2png BINS += ptee BINS += scheme -BINS += setopt BINS += shotty BINS += title BINS += ttpre |