diff --git a/user/sysconfig/etc/profile b/user/sysconfig/etc/profile index 272156e9..0c937bd4 100644 --- a/user/sysconfig/etc/profile +++ b/user/sysconfig/etc/profile @@ -1,2 +1,3 @@ #!/bin/sh -export PATH=/bin:/usr/bin:/usr/local/bin \ No newline at end of file +export PATH=/bin:/usr/bin:/usr/local/bin +trap ' ' INT \ No newline at end of file