OILS
/
test
/
gold
/ strip-op-char-class.sh
View on Github
|
oilshell.org
6 lines, 3 significant
1
#!/usr/bin/env bash
2
3
# Character classes in globs used by Alpine's abuild.
4
for d in
'
python2-dev>=2.6
'
python3-dev flex bison bzip2-dev zlib-dev; do
5
echo ${d%%[<>=]*}
6
done