This commit is contained in:
Feng 2015-10-03 15:45:04 +08:00
parent 1fc79bd9a1
commit 4e5b499aa7
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/sh
# -*- tab-width:4;indent-tabs-mode:nil -*-
# ex: ts=4 sw=4 et
# /bin/sh on Solaris is not a POSIX compatible shell, but /usr/bin/ksh is.
if [ `uname -s` = 'SunOS' -a "${POSIX_SHELL}" != "true" ]; then