Skip to content

Commit

Permalink
fixed missing dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Jan 31, 2017
1 parent 686d784 commit 1f2ae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

same_dir=$(cd "${BASH_SOURCE[0]}" && pwd)
same_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)

#case "$(lsb_release -sc)" in
#"xenial" | "yakkety" | "zesty")
Expand Down

0 comments on commit 1f2ae71

Please sign in to comment.