summaryrefslogtreecommitdiffstats
path: root/src/oh-autoclean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-autoclean.sh')
-rw-r--r--src/oh-autoclean.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/oh-autoclean.sh b/src/oh-autoclean.sh
index 44c99b6..f12815b 100644
--- a/src/oh-autoclean.sh
+++ b/src/oh-autoclean.sh
@@ -27,8 +27,11 @@ main()
{
oh_init
- while getopts 'S:B:' opt; do
+ while getopts 's:S:B:' opt; do
case "${opt}" in
+ s)
+ oh_set_buildsystem_option 'source-dir' "${OPTARG}"
+ ;;
S)
oh_set_buildsystem_option 'build-system' "${OPTARG}"
;;