Browse Source

fix(plus): wrong shebang

mobile-beta
eslopfer 2 years ago
parent
commit
f848501332
  1. 2
      sh/tests/plus_test.sh
  2. 2
      sh/tests/solutions/plus.sh

2
sh/tests/plus_test.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
IFS=' IFS='

2
sh/tests/solutions/plus.sh

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# Add the two numbers # Add the two numbers
result=$(expr $1 + $2) result=$(expr $1 + $2)

Loading…
Cancel
Save