pthread_sigmask: Make declaration C++ safe.
[pspp] / build-aux / bootstrap
index 522ac70a94cc2021927aa8914348407f0d2d3f45..b286beb53fb16d9bd35cc5dda50cdc76b6366083 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2011-05-16.16; # UTC
+scriptversion=2011-06-22.06; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -290,7 +290,7 @@ sort_patterns() {
     P
     x
     s/^\n//
-  }'
+  }' | sed '/^$/d'
 }
 
 # If $STR is not already on a line by itself in $FILE, insert it,