Merge branch '0.6-dev' of https://gitea.hatthieves.es/cloud/lch into 0.6-dev

This commit is contained in:
pberr
2020-10-03 17:02:07 +02:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ if [ $# -eq 1 ]; then
else
for i in $@
do
if [ $i -ne "-i" ]
if [ $i != "-i" ]
then
case $i in
"rar" | "unrar")
+1 -1
View File
@@ -35,7 +35,7 @@ if [ $# -eq 1 ]; then
else
for i in $@
do
if [ $i -ne "-i" ]
if [ $i != "-i" ]
then
case $i in
"rar" | "unrar")
+1 -1
View File
@@ -49,7 +49,7 @@ if [ $# -eq 1 ]; then
else
for i in $@
do
if [ $i -ne "-i" ]
if [ $i != "-i" ]
then
case $i in
"rar" | "unrar")
+1 -1
View File
@@ -36,7 +36,7 @@ if [ $# -eq 1 ]; then
else
for i in $@
do
if [ $i -ne "-i" ]
if [ $i != "-i" ]
then
case $i in
"rar" | "unrar")