Skip to content

Commit

Permalink
chore: set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 28, 2023
1 parent d017078 commit 480ffff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/profiles.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -x

SCRIPT_PATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
FAILED=0

Expand All @@ -8,8 +10,7 @@ SHORTENER="https://s.zazuko.com/api/v1/shorten/"

function urlencode() {
set +x

local string="$1"
local string="${1}"
local strlen=${#string}
local encoded=""
local pos c o
Expand Down

0 comments on commit 480ffff

Please sign in to comment.