Convert linefeeds. 1.3.1
authorScott Cantor <cantor.2@osu.edu>
Mon, 17 Dec 2007 06:08:42 +0000 (06:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 17 Dec 2007 06:08:42 +0000 (06:08 +0000)
postinstall

index 3a16ec2..ffa27f5 100644 (file)
@@ -1,26 +1,26 @@
-#!/bin/sh\r
-\r
-cd /opt/shibboleth-sp/etc/shibboleth\r
-\r
-CONFIGFILES=" \\r
-    native.logger \\r
-    shibd.logger \\r
-    shibboleth.logger \\r
-    accessError.html \\r
-    rmError.html \\r
-    sessionError.html \\r
-    metadataError.html \\r
-    sslError.html \\r
-    sp-example.key \\r
-    sp-example.crt \\r
-    AAP.xml \\r
-    shibboleth.xml \\r
-    example-metadata.xml"\r
-\r
-for f in $CONFIGFILES; do\r
-    if test ! -f $f; then\r
-        cp $f.dist $f\r
-    fi;\r
-    done\r
-\r
-exit 0\r
+#!/bin/sh
+
+cd /opt/shibboleth-sp/etc/shibboleth
+
+CONFIGFILES=" \
+    native.logger \
+    shibd.logger \
+    shibboleth.logger \
+    accessError.html \
+    rmError.html \
+    sessionError.html \
+    metadataError.html \
+    sslError.html \
+    sp-example.key \
+    sp-example.crt \
+    AAP.xml \
+    shibboleth.xml \
+    example-metadata.xml"
+
+for f in $CONFIGFILES; do
+    if test ! -f $f; then
+        cp $f.dist $f
+    fi;
+    done
+
+exit 0