We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cdaad commit 30eb0adCopy full SHA for 30eb0ad
1 file changed
alteriso/build.sh
@@ -4,8 +4,8 @@ set -Eeuo pipefail
4
5
# Determine script path
6
script_path=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
7
+profile_dir="${1-"${script_path}/configs/xfce"}"
8
if [[ -n "${1-""}" ]]; then
- profile_dir="${1-"${script_path}/configs/xfce"}"
9
shift 1
10
fi
11
work_dir="$script_path/work"
@@ -29,4 +29,4 @@ export PATH
29
30
# Clean up
31
"$binfile" clean --workdir "$work_dir"
32
-rm "$binfile"
+rm "$binfile"
0 commit comments