sane-sandboxed: fix typo in add-pwd flag
This commit is contained in:
@@ -166,7 +166,7 @@ parseArgs() {
|
|||||||
shift
|
shift
|
||||||
rootPaths+=("$_path")
|
rootPaths+=("$_path")
|
||||||
;;
|
;;
|
||||||
(--sand-sandbox-add-pwd)
|
(--sane-sandbox-add-pwd)
|
||||||
_path="$(pwd)"
|
_path="$(pwd)"
|
||||||
rootPaths+=("$_path")
|
rootPaths+=("$_path")
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user