~j-harbott/cirros/dev

« back to all changes in this revision

Viewing changes to bin/xmakedevs

  • Committer: Scott Moser
  • Date: 2011-10-20 03:42:52 UTC
  • Revision ID: smoser@ubuntu.com-20111020034252-xwd6q5ys74fcf492
bin/xmakedevs: fix shell syntax error

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                        for f in $files; do
82
82
                                mkdir -p "${f%/*}" || fail "failed to make ${f%/*}";
83
83
                        done
84
 
                        if [ $count == "-" ]; then
 
84
                        if [ "$count" = "-" ]; then
85
85
                                $DEBUG mknod $files $type $major $minor
86
86
                        else
87
87
                                [ "$count" = "-" ] && count=1;