We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbfeab commit ea026f9Copy full SHA for ea026f9
x
@@ -8,7 +8,7 @@
8
set -eu
9
10
# syntax check
11
-sh -n $0
+sh -n "$0"
12
13
realpath() {
14
if [ -d "$1" ]; then
0 commit comments