Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
dont need .profile any more
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Dec 21, 2012
1 parent 401e48b commit a3eb08a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/compile
Expand Up @@ -123,12 +123,6 @@ if [ -f $compile_dir/.profile ]; then
mv $compile_dir/.profile $compile_dir/.profile.d/app.sh
fi

# write a new .profile that reads .profile.d/*
echo -n "Writing .profile... "
cp $root_dir/data/.profile $compile_dir/.profile
chmod +x $compile_dir/.profile
echo "done"

# scan .profile.d so we can detect changes
profiled_scan_new=$(scan_profiled)

Expand Down

0 comments on commit a3eb08a

Please sign in to comment.