Skip to content

Commit 5bdae3d

Browse files
committed
Fix (bash-script): Switch from sh to bash shell.
- The script was using `echo -e ...` which isn't supported in sh shells. - Could have kept sh by using instead printf, but this fix is quicker and I am not in the mood to wast time. Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 5b6583e commit 5bdae3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/ai-intent-driven-development.sh

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
set -eu
44

0 commit comments

Comments
 (0)