Skip to content

Commit

Permalink
dont check for $basedir specifically. its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hovercats committed Aug 31, 2023
1 parent 0b71356 commit 0525599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rcsm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ switch($1) {
case -h
usage
case -c
test -d $basedir || mkdir -p $basedir
test -d $basedir/run || mkdir -p $basedir/run
test -d $basedir/avail || mkdir -p $basedir/avail
case -l
Expand Down

0 comments on commit 0525599

Please sign in to comment.