1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00
openbsd-src/gnu/share/mkdirs.sh
espie 7559c86240 shared files for gnu configure:
- cygnus configure
- libtool files
- config.guess, config.if, config.sub
- mkdirs.sh, install-sh, move-if-change
2001-09-25 09:42:02 +00:00

4 lines
39 B
Bash

#!/bin/sh
umask 022
exec mkdir -p "$@"