Displaying 4 results from an estimated 4 matches for "shar_eof".
2000 Jun 30
1
"problem" with delay()
...y test'
mkdir 'test'
fi
if test -f 'test/DESCRIPTION' && test X"$1" != X"-c"; then
echo 'x - skipping test/DESCRIPTION (file already exists)'
else
echo 'x - extracting test/DESCRIPTION (text)'
sed 's/^X//' << 'SHAR_EOF' > 'test/DESCRIPTION' &&
Package: test
Title: Test Functions
Version: 0.1-1
Author: Ray Brownrigg
Description: test functions
Depends:
License: GPL
SHAR_EOF
$shar_touch -am 06301015100 'test/DESCRIPTION' &&
chmod 0644 'test/DESCRIPTION' ||
echo...
1997 Nov 24
0
R-alpha: random number generator -- S-plus's
...==============
if test -f 'runif-tst.S' && test "$first_param" != -c; then
$echo 'x -' SKIPPING 'runif-tst.S' '(file already exists)'
else
$echo 'x -' extracting 'runif-tst.S' '(text)'
sed 's/^X//' << 'SHAR_EOF' > 'runif-tst.S' &&
##SunOS4: print(dyn.load2("/u/maechler/C/C-for-S/Runif.o"))
print(dyn.load("/u/maechler/C/C-for-S/Runif.o"))
X.C("Init_seed",
X Cval = as.integer(12345),
X Tval = as.integer(987654321))
str(.C("Get_seed", Cval =...
2002 Jun 21
1
small security-related rsync extension
...up-priv-backups
# 1339 -rw-r--r-- options-priv-backups
#
if touch 2>&1 | fgrep 'amc' > /dev/null
then TOUCH=touch
else TOUCH=true
fi
# ============= backup-priv-backups ==============
echo "x - extracting backup-priv-backups (Text)"
sed 's/^X//' << 'SHAR_EOF' > backup-priv-backups &&
X*** backup.c.t Sun May 6 23:59:37 2001
X--- backup.c Fri Jun 21 13:15:51 2002
X***************
X*** 29,34 ****
X--- 29,56 ----
X extern int preserve_devices;
X extern int preserve_links;
X extern int preserve_hard_links;
X+ extern int priv_backups;
X+...
1999 Sep 02
0
R 0.65.x bug : attach()/eval() {was "lib.source() within library()"} (PR#264)
...fi
if test -f 'libBug/R/only.R' && test "$first_param" != -c; then
$echo 'x -' SKIPPING 'libBug/R/only.R' '(file already exists)'
else
$echo 'x -' extracting 'libBug/R/only.R' '(text)'
sed 's/^X//' << 'SHAR_EOF' > 'libBug/R/only.R' &&
Xbla <- pi
Xnames(bla) <- "N"
SHAR_EOF
: || $echo 'restore of' 'libBug/R/only.R' 'failed'
fi
# ============= libBug/TITLE ==============
if test -f 'libBug/TITLE' && test "$first_param"...