Skip to content

Commit b73995f

Browse files
committed
more bad stuff
Signed-off-by: Robert Young <robertyoungnz@gmail.com>
1 parent 36a8f2b commit b73995f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ OS=$(uname)
1111

1212
my_var="some value"
1313
[ -f $my_var ]
14+
echo "hello" > /dev/stderr
15+
if [ "$foo" = 1 ]; then
1416

1517
GREEN='\033[0;32m'
1618
RED='\033[0;31m'

0 commit comments

Comments
 (0)