a
This commit is contained in:
13
update/scripts/packages/majordomo-1.94.5/wrapper.sh
vendored
Normal file
13
update/scripts/packages/majordomo-1.94.5/wrapper.sh
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#! /bin/sh
|
||||
PATH=/bin:/usr/bin
|
||||
IFS=" "
|
||||
|
||||
if [ -d /sys/node_data ]; then
|
||||
arch="DomainOS"
|
||||
else
|
||||
arch=`arch`
|
||||
fi
|
||||
|
||||
exec $0.${arch} "$@"
|
||||
|
||||
# $Header: /sources/cvsrepos/majordomo/wrapper.sh,v 1.4 1994/05/09 17:41:29 rouilj Exp $
|
||||
Reference in New Issue
Block a user