Pier Angelo Vendrame pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mobile/android/fenix/tools/tba-sign-devbuilds.sh
    ... ... @@ -3,6 +3,10 @@
    3 3
     cd "$(dirname $(realpath "$0"))/.."
    
    4 4
     
    
    5 5
     objdir=$1
    
    6
    +if [ -z "$objdir" ]; then
    
    7
    +	echo "Usage $0 objdir"
    
    8
    +	exit 1
    
    9
    +fi
    
    6 10
     
    
    7 11
     if [ -z "$APKSIGNER_ARGS" ]; then
    
    8 12
     	if [ -z "$QA_KEY" ]; then