diff options
Diffstat (limited to 'Meta/build-native-partition.sh')
-rwxr-xr-x | Meta/build-native-partition.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/build-native-partition.sh b/Meta/build-native-partition.sh index 34237f59a3..8ebb3ba6a6 100755 --- a/Meta/build-native-partition.sh +++ b/Meta/build-native-partition.sh @@ -4,7 +4,7 @@ set -e script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P) -. "${script_path}/.shell_include.sh" +. "${script_path}/shell_include.sh" cleanup() { if [ -d mnt ]; then |