comparison libpurple/purple-send-async @ 22014:942bf314fc8a

These don't seem to require bash.
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 Jan 2008 18:36:23 +0000
parents 598b1b15b199
children 584063555949
comparison
equal deleted inserted replaced
22013:fefe61275687 22014:942bf314fc8a
1 #!/bin/bash 1 #!/bin/sh
2 2
3 METHOD_NAME=$1 3 METHOD_NAME=$1
4 4
5 if test -z "$METHOD_NAME" 5 if test -z "$METHOD_NAME"
6 then 6 then