imported from 44lite
This commit is contained in:
parent
5233fb4026
commit
4c5b56c20d
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# Copyright (c) 1990, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
|
@ -31,7 +31,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# @(#)shar.sh 5.2 (Berkeley) 5/23/90
|
||||
# @(#)shar.sh 8.1 (Berkeley) 6/6/93
|
||||
#
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
|
@ -60,7 +60,7 @@ for i
|
|||
do
|
||||
if [ -d $i ]; then
|
||||
echo "echo c - $i"
|
||||
echo "mkdir $i > /dev/null 2>&1"
|
||||
echo "mkdir -p $i > /dev/null 2>&1"
|
||||
else
|
||||
echo "echo x - $i"
|
||||
echo "sed 's/^X//' >$i << 'END-of-$i'"
|
||||
|
|
Loading…
Reference in New Issue