Removing extra operand
This commit is contained in:
@@ -5,7 +5,7 @@ if [ "$(basename "$PWD")" == 'Uniglot' ] && [ ! -f /usr/share/licenses/Uniglot/L
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
diff -w ./LICENSE /usr/share/licenses/Uniglot/LICENSE ./LICENSE
|
diff -w ./LICENSE /usr/share/licenses/Uniglot/LICENSE
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
if [ "$(basename "$PWD")" == 'Uniglot' ]; then
|
if [ "$(basename "$PWD")" == 'Uniglot' ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user