소스 검색

removes bash profile

Keith Newman 10 년 전
부모
커밋
f555b8666c
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      frameworks/PHP/clancats/bash_profile.sh

+ 0 - 7
frameworks/PHP/clancats/bash_profile.sh

@@ -1,7 +0,0 @@
-#!/bin/bash
-
-export PHP_HOME=${IROOT}/php-5.4.13
-
-export PHP_FPM=$PHP_HOME/sbin/php-fpm
-
-export PATH="$PHP_HOME/bin:$PHP_HOME/sbin:$PATH"