Index: galrey-1.0.2/extra/massscale.sh
===================================================================
--- galrey-1.0.2.orig/extra/massscale.sh	2008-08-24 11:50:25.000000000 +0000
+++ galrey-1.0.2/extra/massscale.sh	2008-08-24 11:50:29.000000000 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 if [ $# -ne 2 ]
 then
   echo Usage: $0 \"file pattern\" XxY
Index: galrey-1.0.2/extra/rennum.sh
===================================================================
--- galrey-1.0.2.orig/extra/rennum.sh	2008-08-24 11:50:25.000000000 +0000
+++ galrey-1.0.2/extra/rennum.sh	2008-08-24 11:50:37.000000000 +0000
@@ -5,7 +5,7 @@
 # Generates output file name using the second parameter, a "_"
 # and a progressive forced to be 3 char long
 echo "Warning: this script is potentially dangerous. Press Enter to continue or Ctrl-C."
-read
+read -r aoeu
 
 i=0
 for x in $1
