Skip to content

Commit

Permalink
try2
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Apr 28, 2018
1 parent 317d595 commit ff93558
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis/amd_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ fi

# Get nonce from form
NONCE1=`echo $FORM | awk -F ${NONCE1_STRING} '{print $2}'`
echo $NONCE1

NONCE1=`echo $NONCE1 | awk -F'"' '{print $2}'`
echo $NONCE1
echo $NONCE1_STRING
echo $FORM

echo "TEST ME"

# get the postid
Expand Down

0 comments on commit ff93558

Please sign in to comment.