Skip to content

Commit

Permalink
errores
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedap committed May 11, 2021
1 parent d358f4c commit a753133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iiabc/iiabc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ create_bin(){
cd $pwd_dd
cp $1 apkg.abc
tar -czf $pkgname-$pkgver.abi.tar.gz pkg apkg.abc > /dev/null 2>&1
if [ $? -eq 0 ]; then
if [ $? -eq 1 ]; then
error "Algo fallo al crear el archivo binario"
exit 1
fi
Expand Down

0 comments on commit a753133

Please sign in to comment.