Skip to content

Commit 367c239

Browse files
authored
Fix quoting issues (#21)
Signed-off-by: Max Harmathy <[email protected]>
1 parent 1adc86e commit 367c239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack_workload_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
rundir="$(dirname $(readlink -f $0))"
3+
rundir="$(dirname "$(readlink -f "$0")")"
44
cd "$rundir" || exit 1
55

66
modification_time(){

0 commit comments

Comments
 (0)