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 03b519d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/profiles.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/usr/bin/env bash

set -x

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

SHACL_PLAYGROUND_URL="https://shacl-playground.zazuko.com/"
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 03b519d

Please sign in to comment.