This also adds a test which would have caught the issue. Differential Revision: https://phabricator.services.mozilla.com/D50621
4 lines
38 B
Bash
4 lines
38 B
Bash
#!/bin/sh
|
|
hello="Hello world"
|
|
echo $1
|