Skip to content
Snippets Groups Projects

Fix unexpected script_path behaviour

Merged hashworks requested to merge hashworks/archiso:fix/buildScriptPath into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -10,7 +10,7 @@ arch=$(uname -m)
work_dir=work
out_dir=out
script_path=$(readlink -f "${0%/*}")
script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )"
umask 0022
Loading