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 | bfdf62e0dbe478e4afd3493a9410b2eac83fedc8 (patch) | |
| tree | 85f88ecc70fdf658aee15c1f41752c655c44a110 /bin/Makefile | |
| parent | Use getopts in shell scripts (diff) | |
| download | src-bfdf62e0dbe478e4afd3493a9410b2eac83fedc8.tar.gz src-bfdf62e0dbe478e4afd3493a9410b2eac83fedc8.zip  | |
Remove setopt
Diffstat (limited to 'bin/Makefile')
| -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  |