Skip to content

Commit de1c74c

Browse files
committed
Requires bash, not regular sh, due to the use of $(command)
1 parent c01c255 commit de1c74c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/CQLGenerator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Trivial script to invoke the CQLGenerator test-harness
44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

0 commit comments

Comments
 (0)