kopia lustrzana https://github.com/OpenDroneMap/WebODM
Handle paths with spaces
rodzic
c2b55f3470
commit
beccb01690
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
__dirname=$(cd $(dirname "$0"); pwd -P)
|
||||
cd ${__dirname}
|
||||
cd "${__dirname}"
|
||||
|
||||
platform="Linux" # Assumed
|
||||
uname=$(uname)
|
||||
|
|
Ładowanie…
Reference in New Issue