From: Chris Sharp Date: Fri, 11 Apr 2014 16:57:16 +0000 (-0400) Subject: Formatting change. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=51b590e2ae6748b8f29119cff8577b6ccbd55f32;p=contrib%2Fpines.git Formatting change. --- diff --git a/update-libips.sh b/update-libips.sh index d3d7482..b9e8349 100755 --- a/update-libips.sh +++ b/update-libips.sh @@ -83,7 +83,7 @@ echo "You will need to restart Apache on all brick heads for the changes to take EditCopy () { $EDITOR $LIB_IPS_TXT -read -p "Would you like to copy the file to the other brick heads? (y/n)" COPYFILE +read -p "Would you like to copy the file to the other brick heads? (y/n) " COPYFILE if [ "$COPYFILE" = "y" ]; then CopyFile elif [ "$COPYFILE" = "n" ]; then