mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 04:16:53 +08:00
install.sh: -d to DFS_DEV
This commit is contained in:
parent
47bb04252c
commit
2864df31aa
|
@ -215,7 +215,8 @@ while [[ $# > 0 ]]; do
|
||||||
-i ) BIN=install ;;
|
-i ) BIN=install ;;
|
||||||
-r ) BIN=uninstall ;;
|
-r ) BIN=uninstall ;;
|
||||||
-q ) export DFS_QUIET=1 ;;
|
-q ) export DFS_QUIET=1 ;;
|
||||||
* ) fmt_warning "unknown command \"$1\". available: -i, -r"; exit 1 ;;
|
-d ) export DFS_DEV=1 ;;
|
||||||
|
* ) fmt_warning "unknown command \"$1\". available: -i, -r, -q, -d"; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user