Loading seblu-push +6 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,12 @@ else source_pkgbuild fi # if nothing to do, try to push current directory pakages if (( ${#to_commit[@]} == 0 )); then to_commit=(*$PKGEXT) fi # exit early when no job if (( ${#to_commit[@]} == 0 )); then echo 'No package to add' >&2 exit 2 Loading Loading
seblu-push +6 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,12 @@ else source_pkgbuild fi # if nothing to do, try to push current directory pakages if (( ${#to_commit[@]} == 0 )); then to_commit=(*$PKGEXT) fi # exit early when no job if (( ${#to_commit[@]} == 0 )); then echo 'No package to add' >&2 exit 2 Loading