Package: bash
Version: 2.05b-26
Severity: grave

  sfere$ type bash
  bash is hashed (/bin/bash)
  sfere$ bash -c 'type printf'
  printf is a shell builtin
  sfere$ bash -c 'printf spong' > /dev/full
  sfere$ echo $?
  0

Compare:
  sfere$ /usr/bin/printf spong > /dev/full
  /usr/bin/printf: write error: No space left on device
  sfere$ echo $?
  1

ttfn/rjk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to