Add shopt

This commit is contained in:
Augusto Gunsch 2021-08-10 10:39:21 -03:00
parent 2dd5198b37
commit 7c252ac940
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
shopt -s
set -e set -e
qpushd() { qpushd() {