Revision 9aaee7f9
Added by Xavier Thirioux almost 9 years ago
configure | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
|
3 | 3 |
# OASIS_START |
4 |
# DO NOT EDIT (digest: dc86c2ad450f91ca10c931b6045d0499)
|
|
4 |
# DO NOT EDIT (digest: 425187ed8bfdbdd207fd76392dd243a7)
|
|
5 | 5 |
set -e |
6 | 6 |
|
7 | 7 |
FST=true |
8 |
for i in "$@"; do |
|
8 |
for i in "$@"; do
|
|
9 | 9 |
if $FST; then |
10 | 10 |
set -- |
11 | 11 |
FST=false |
Also available in: Unified diff
added warnings for useless variables (at verbose level 1)
- exact definition of 'useless' may be further refined
- display could certainly be improved