]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Mon, 12 Sep 2005 16:14:57 +0000 (16:14 +0000)
committerBen Gras <ben@minix3.org>
Mon, 12 Sep 2005 16:14:57 +0000 (16:14 +0000)
commands/scripts/setup.sh

index ca8532f6a132ead08cce95b10c59b5ac8d40770f..cee41d0c37c66083912b43bcea05f7cef940bc7b 100755 (executable)
@@ -530,7 +530,7 @@ mount /dev/$usr /mnt >/dev/null || exit             # Mount the intended /usr.
  then  list="`ls | fgrep -v src.`"
  else  list="`ls`"
  fi
- for d in *
+ for d in $list
  do    
        cpdir -v $d /mnt/$d
  done