From b29b993ba7cc347bd97dc1526f66f044e908b8f5 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 18 Dec 2001 17:49:07 +0000 Subject: ".pm" is the native executable suffix in VOS. p4raw-id: //depot/perl@13762 --- hints/vos.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hints') diff --git a/hints/vos.sh b/hints/vos.sh index c63ac9c1d9..10b4212696 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -21,6 +21,11 @@ archname="hppa1.1" # POSIX commands are here. # paths="/system/gnu_library/bin" +# Executable suffix. +# No, this is not a typo. The ".pm" really is the native +# executable suffix in VOS. Talk about cosmic resonance. +_exe=".pm" + # Object library paths. loclibpth="/system/stcp/object_library" loclibpth="$loclibpth /system/stcp/object_library/common" -- cgit v1.2.1