Welcome to mirror list, hosted at ThFree Co, Russian Federation.

uuencode-sets-standard-input-mode-correctly « uuencode « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a48a6656db44be82f8523460380da8876867802 (plain)
1
2
3
4
saved_umask=$(umask)
umask 0
busybox uuencode foo </dev/null | head -n 1 | grep -q 666
umask $saved_umask