Skip to content

Commit 3f50018

Browse files
committed
build
1 parent 2acb533 commit 3f50018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5307,7 +5307,7 @@ check_hash() {
53075307
## 'set -e' will propagate the `return 1` from within the subshell
53085308
## properly.
53095309
(
5310-
cd "${dir}"
5310+
cd -- "${dir}"
53115311
log_run info run_as_target_user "${checkhash[@]}" "${shafile}" || return 1
53125312
)
53135313
fi

0 commit comments

Comments
 (0)