Sha256: b100ba056efeb449422f4136bd3cbfc860833f7514f25ee7e476b9567bab9403

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

# Sed script for tests/stateful-check editing.

/charsetf=/ a\
\
# For systems with severe filename restrictions allow for\
# an alternate filename.\
UNAME=${UNAME-`uname 2>/dev/null`}\
case X$UNAME in\
  *-DOS) filename=`echo "$charsetf" | sed "s|ISO-|ISO/|;s|2022-|2022|;s|BIG5-HKSCS-|BIG5-HKSCS/|"` ;;\
  *)     filename="$charsetf" ;;\
esac
s/\$charsetf"-snippet/$filename"-snippet/g

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
controller_scaffolding-1.0.3 test/dummy/libiconv-1.13.1/djgpp/stateful-check.sed
controller_scaffolding-1.0.2 test/dummy/libiconv-1.13.1/djgpp/stateful-check.sed
controller_scaffolding-1.0.1 test/dummy/libiconv-1.13.1/djgpp/stateful-check.sed
controller_scaffolding-1.0.0 test/dummy/libiconv-1.13.1/djgpp/stateful-check.sed
controller_scaffolding-0.1.5 test/dummy/libiconv-1.13.1/djgpp/stateful-check.sed