Skip to content

Commit 0212566

Browse files
committed
CHANGES DONE
removed double quotes from $USER variable
1 parent 7555e38 commit 0212566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helloUser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash -x
2-
echo Hello "$USER"
2+
echo Hello $USER

0 commit comments

Comments
 (0)