mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
7559c86240
- cygnus configure - libtool files - config.guess, config.if, config.sub - mkdirs.sh, install-sh, move-if-change
4 lines
39 B
Bash
4 lines
39 B
Bash
#!/bin/sh
|
|
umask 022
|
|
exec mkdir -p "$@"
|