mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 02:26:54 +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 ;;
|
||||
-r ) BIN=uninstall ;;
|
||||
-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
|
||||
shift
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user