Skip to content

Commit d00733b

Browse files
committed
Fix sqlsh on Linux
1 parent 2b93eaa commit d00733b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Build classpath on first call.
2323
# (To force rebuild, remove target/fullclasspath.txt.)
2424

25-
root=$(cd $(dirname $(readlink $0)); pwd)
25+
root=$(cd "$(dirname "$(readlink $0)")"; pwd)
2626

2727
if [ ! -f ${root}/target/fullclasspath.txt ]; then
2828
(

0 commit comments

Comments
 (0)