Skip to content

Commit

Permalink
DBZ-8333 Use shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 17, 2024
1 parent f9bb312 commit b2303d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/docker/db2-cdc-docker/cdcsetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash

if [ ! -f /asncdctools/src/asncdc.nlk ]; then
rc=1
Expand All @@ -15,4 +15,4 @@ su -c "/asncdctools/src/dbsetup.sh $DBNAME" - db2inst1
fi
touch /asncdctools/src/asncdc.nlk

echo "done"
echo "done"
4 changes: 2 additions & 2 deletions src/test/docker/db2-cdc-docker/dbsetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash

echo "Compile ASN tool ..."
cd /asncdctools/src
Expand Down Expand Up @@ -42,4 +42,4 @@ db2 -tvmf /asncdctools/src/asncdcaddremove.sql



echo "done"
echo "done"

0 comments on commit b2303d3

Please sign in to comment.