nop
This commit is contained in:
parent
c356baee6d
commit
e891d90b43
1 changed files with 1 additions and 3 deletions
4
cd.sh
4
cd.sh
|
@ -338,9 +338,7 @@ cd_mkdir () {
|
|||
fi
|
||||
}
|
||||
|
||||
cd_nop () {
|
||||
true
|
||||
}
|
||||
cd_nop () { true ; }
|
||||
|
||||
cd_rm () {
|
||||
if [ -e "${1}" ] ; then
|
||||
|
|
Loading…
Reference in a new issue